index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
media
/
jni
/
android_mtp_MtpDevice.cpp
Age
Commit message (
Expand
)
Author
2018-03-27
Fix Unicode handling.
Jerry Zhang
2017-07-20
Merge "frameworks/base: use proper nativehelper headers"
Steven Moreland
2017-07-19
frameworks/base: use proper nativehelper headers
Steven Moreland
2016-10-17
Properly close USB device connection in Mtp device
Philip P. Moltmann
2016-07-05
Add NonNull and Nullable annotations to MtpDevice.
Daichi Hirono
2016-04-18
Handle API review comments from the council.
Daichi Hirono
2016-03-28
Update the comment of MtpDevice#getObjectSizeLong
Daichi Hirono
2016-03-25
Add getObjectSizeLong hidden API to MtpDevice class.
Daichi Hirono
2016-01-28
Merge "Implement MtpDevice#getPartialObject64 in Java API."
Daichi Hirono
2016-01-28
Add varietions of MtpDevice's mehtods using long.
Daichi Hirono
2016-01-28
Implement MtpDevice#getPartialObject64 in Java API.
Daichi Hirono
2016-01-25
Add eventsSupported property to MtpDeviceInfo.
Daichi Hirono
2016-01-14
Change offset and size arguments of MtpDevice#getPartialObject to Java
Daichi Hirono
2016-01-12
Reland "Add event parameters to MtpEvent."
Daichi Hirono
2016-01-08
Add operationsSupported to device info.
Daichi Hirono
2016-01-06
Media: Fix MtpDevice call
Andreas Gampe
2016-01-07
Add missing style change to android_mtp_MtpDevice.cpp.
Daichi Hirono
2016-01-07
Add getPartialObject to Java MtpDevice class.
Daichi Hirono
2015-09-28
Merge "Add readEvent method to MtpDevice."
Daichi Hirono
2015-09-25
Add readEvent method to MtpDevice.
Daichi Hirono
2015-09-24
am ea1831d2: am b57dd722: resolved conflicts for a884d81e to stage-aosp-master
Elliott Hughes
2015-09-22
constify JNINativeMethod function pointer tables
Daniel Micay
2015-08-28
Add support for uploading files via MTP.
Tomasz Mikolajewski
2015-08-20
Wire uploading to MtpDocumentsProvider.
Tomasz Mikolajewski
2015-08-14
Add API for uploading files to MTP devices.
Tomasz Mikolajewski
2015-08-07
Add API for streamed reading on MTP devices.
Tomasz Mikolajewski
2014-11-23
Remove unused variables and functions, don't warn about unused parameters
Bernhard Rosenkränzer
2014-11-10
Frameworks/base: Wall Werror in media/jni
Andreas Gampe
2014-01-07
AArch64: Use long for pointers in MTP classes
Ashok Bhat
2013-09-10
Remove dependency on JNIHelp header side effects.
Ruben Brunk
2012-01-08
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-03
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2011-07-13
Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build
Mike Lockwood
2011-04-06
Handle the failure from GetStringUTFChars()
James Dong
2011-03-09
MTP: Convert date created and modified values from seconds to milliseconds
Mike Lockwood
2011-02-11
MTP: Fix JNI warnings in MtpDevice
Mike Lockwood
2011-01-22
New APIs for MTP and PTP host support
Mike Lockwood