summaryrefslogtreecommitdiff
path: root/media/java/android/mtp/MtpDevice.java
Commit message (Expand)AuthorAgeFilesLines
* MTP: Skip runtime thumbnail generation for Android HostJames Wei2021-06-211-0/+13
* Properly guard access to CloseGuard in finalizers.Narayan Kamath2017-04-031-1/+4
* Properly close USB device connection in Mtp devicePhilip P. Moltmann2016-10-171-9/+39
* Do not access MTP devices when disabled.Philip P. Moltmann2016-09-141-1/+13
* Add NonNull and Nullable annotations to MtpDevice.Daichi Hirono2016-07-051-23/+25
* Merge "Add throws definition to MtpDevice#readEvent." into nyc-devDaichi Hirono2016-04-221-7/+7
|\
| * Add throws definition to MtpDevice#readEvent.Daichi Hirono2016-04-201-7/+7
* | Handle API review comments from the council.Daichi Hirono2016-04-181-4/+4
|/
* Update the comment of MtpDevice#getObjectSizeLongDaichi Hirono2016-03-281-3/+4
* Add getObjectSizeLong hidden API to MtpDevice class.Daichi Hirono2016-03-251-0/+13
* Merge "Implement MtpDevice#getPartialObject64 in Java API."Daichi Hirono2016-01-281-0/+23
|\
| * Implement MtpDevice#getPartialObject64 in Java API.Daichi Hirono2016-01-281-0/+23
* | Add varietions of MtpDevice's mehtods using long.Daichi Hirono2016-01-281-6/+7
|/
* Change offset and size arguments of MtpDevice#getPartialObject to JavaDaichi Hirono2016-01-141-5/+9
* Add getPartialObject to Java MtpDevice class.Daichi Hirono2016-01-071-1/+20
* Add readEvent method to MtpDevice.Daichi Hirono2015-09-251-1/+38
* Add support for uploading files via MTP.Tomasz Mikolajewski2015-08-281-3/+4
* Add API for uploading files to MTP devices.Tomasz Mikolajewski2015-08-141-0/+29
* Add API for streamed reading on MTP devices.Tomasz Mikolajewski2015-08-071-0/+16
* Fix API doc of MtpDevice#getObjectHandles.Daichi Hirono2015-06-151-1/+2
* am 1e3395c7: am 105b545e: am 0dce19ca: am 79ceb53a: am c58abeea: Merge "AArch...Narayan Kamath2014-01-071-1/+1
|\
| * AArch64: Use long for pointers in MTP classesAshok Bhat2014-01-071-1/+1
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
|/
* docs: add package description for mtp and a little more info to MtpDeviceScott Main2011-05-051-1/+4
* Improve Javadoc for USB Manager and MTP/PTP support.Mike Lockwood2011-04-011-8/+26
* USB: minor cleanup workMike Lockwood2011-03-111-1/+1
* UsbDevice: Move IO related methods to new UsbDeviceConnection classMike Lockwood2011-03-111-8/+11
* Move USB framework support from android.hardware to android.hardware.usb packageMike Lockwood2011-03-011-4/+4
* Add MTP/PTP host support to the public APIMike Lockwood2011-02-111-7/+97
* New APIs for MTP and PTP host supportMike Lockwood2011-01-221-0/+141