summaryrefslogtreecommitdiff
path: root/media/jni/android_mtp_MtpDevice.cpp
AgeCommit message (Expand)Author
2018-03-27Fix Unicode handling.Jerry Zhang
2017-07-20Merge "frameworks/base: use proper nativehelper headers"Steven Moreland
2017-07-19frameworks/base: use proper nativehelper headersSteven Moreland
2016-10-17Properly close USB device connection in Mtp devicePhilip P. Moltmann
2016-07-05Add NonNull and Nullable annotations to MtpDevice.Daichi Hirono
2016-04-18Handle API review comments from the council.Daichi Hirono
2016-03-28Update the comment of MtpDevice#getObjectSizeLongDaichi Hirono
2016-03-25Add getObjectSizeLong hidden API to MtpDevice class.Daichi Hirono
2016-01-28Merge "Implement MtpDevice#getPartialObject64 in Java API."Daichi Hirono
2016-01-28Add varietions of MtpDevice's mehtods using long.Daichi Hirono
2016-01-28Implement MtpDevice#getPartialObject64 in Java API.Daichi Hirono
2016-01-25Add eventsSupported property to MtpDeviceInfo.Daichi Hirono
2016-01-14Change offset and size arguments of MtpDevice#getPartialObject to JavaDaichi Hirono
2016-01-12Reland "Add event parameters to MtpEvent."Daichi Hirono
2016-01-08Add operationsSupported to device info.Daichi Hirono
2016-01-06Media: Fix MtpDevice callAndreas Gampe
2016-01-07Add missing style change to android_mtp_MtpDevice.cpp.Daichi Hirono
2016-01-07Add getPartialObject to Java MtpDevice class.Daichi Hirono
2015-09-28Merge "Add readEvent method to MtpDevice."Daichi Hirono
2015-09-25Add readEvent method to MtpDevice.Daichi Hirono
2015-09-24am ea1831d2: am b57dd722: resolved conflicts for a884d81e to stage-aosp-masterElliott Hughes
2015-09-22constify JNINativeMethod function pointer tablesDaniel Micay
2015-08-28Add support for uploading files via MTP.Tomasz Mikolajewski
2015-08-20Wire uploading to MtpDocumentsProvider.Tomasz Mikolajewski
2015-08-14Add API for uploading files to MTP devices.Tomasz Mikolajewski
2015-08-07Add API for streamed reading on MTP devices.Tomasz Mikolajewski
2014-11-23Remove unused variables and functions, don't warn about unused parametersBernhard Rosenkränzer
2014-11-10Frameworks/base: Wall Werror in media/jniAndreas Gampe
2014-01-07AArch64: Use long for pointers in MTP classesAshok Bhat
2013-09-10Remove dependency on JNIHelp header side effects.Ruben Brunk
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block
2011-07-13Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood
2011-04-06Handle the failure from GetStringUTFChars()James Dong
2011-03-09MTP: Convert date created and modified values from seconds to millisecondsMike Lockwood
2011-02-11MTP: Fix JNI warnings in MtpDeviceMike Lockwood
2011-01-22New APIs for MTP and PTP host supportMike Lockwood