summaryrefslogtreecommitdiff
path: root/core/java/android/hardware/usb/UsbDeviceConnection.java
AgeCommit message (Expand)Author
2020-11-12Remove legacy style metalava suppressionAurimas Liutikas
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-06-04Add protection against an access-after-free issue if cancel() is calledAl Sutton
2018-08-08Add @UnsupportedAppUsage annotationsMathew Inwood
2018-02-16Remove urb request size maximum for P apiJerry Zhang
2017-07-17Break the rules.Jeff Sharkey
2017-04-07Merge "Change requestWait API according to request" into oc-dev am: ca687ac39aPhilip P. Moltmann
2017-04-06Change requestWait API according to requestPhilip P. Moltmann
2017-04-03Properly guard access to CloseGuard in finalizers.Narayan Kamath
2016-10-27Correctly use ByteBuffer in UsbRequestPhilip P. Moltmann
2016-10-26Add UsbDeviceConnection.requestWait with a timeoutPhilip P. Moltmann
2016-09-28Clarify the behavior of UsbRequestPhilip P. Moltmann
2016-09-23Merge "Clarify UsbConnection#bulkTransfer api behavior"Philip P. Moltmann
2016-09-21Merge "Do not access MTP devices when disabled."Philip P. Moltmann
2016-09-20Clarify UsbConnection#bulkTransfer api behaviorPhilip P. Moltmann
2016-09-14Leak UsbDeviceConnection fd if not closedPhilip P. Moltmann
2016-09-14Do not access MTP devices when disabled.Philip P. Moltmann
2016-08-30Do not leak usb device connection FDPhilip P. Moltmann
2016-08-24allow external USB host managementKeun-young Park
2014-05-20USB: Minor cleanup from API council reviewMike Lockwood
2014-02-27Add support for USB devices with multiple configurations and alternate interf...Mike Lockwood
2014-01-08AArch64: Use long for pointers in hardware classesAshok Bhat
2013-04-18Undeprecate old UsbDeviceConnection methods.Jeff Brown
2013-03-28Fix doc build.Ying Wang
2013-03-28Support specifying buffer start offset for USB requests.Jeff Brown
2011-05-19USB: Add method to access raw USB device descriptorsMike Lockwood
2011-04-01Improve Javadoc for USB Manager and MTP/PTP support.Mike Lockwood
2011-03-11UsbDevice: Move IO related methods to new UsbDeviceConnection classMike Lockwood