summaryrefslogtreecommitdiff
path: root/core/java/android/hardware/usb/UsbRequest.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-31Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin
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-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-04Merge "Properly guard access to CloseGuard in finalizers."Narayan Kamath
2017-04-03Rename UsbRequest.enqueue to UsbRequest.queuePhilip P. Moltmann
2017-04-03Properly guard access to CloseGuard in finalizers.Narayan Kamath
2016-10-27Correctly use ByteBuffer in UsbRequestPhilip P. Moltmann
2016-09-28Clarify the behavior of UsbRequestPhilip P. Moltmann
2016-09-14Set buffer before UsbRequest is queuedPhilip P. Moltmann
2016-08-30Do not leak usb device connection FDPhilip P. Moltmann
2014-01-08AArch64: Use long for pointers in hardware classesAshok Bhat
2012-08-09UsbRequest: set ByteBuffer.position() upon success.mike wakerly
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
2011-03-01Move USB framework support from android.hardware to android.hardware.usb packageMike Lockwood