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
/
core
/
java
/
android
/
hardware
/
usb
/
UsbRequest.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-31
Replace com.android.internal.util.Preconditions.checkNotNull with
Daulet Zhanguzin
2019-06-04
Add protection against an access-after-free issue if cancel() is called
Al Sutton
2018-08-08
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-02-16
Remove urb request size maximum for P api
Jerry Zhang
2017-04-07
Merge "Change requestWait API according to request" into oc-dev am: ca687ac39a
Philip P. Moltmann
2017-04-06
Change requestWait API according to request
Philip P. Moltmann
2017-04-04
Merge "Properly guard access to CloseGuard in finalizers."
Narayan Kamath
2017-04-03
Rename UsbRequest.enqueue to UsbRequest.queue
Philip P. Moltmann
2017-04-03
Properly guard access to CloseGuard in finalizers.
Narayan Kamath
2016-10-27
Correctly use ByteBuffer in UsbRequest
Philip P. Moltmann
2016-09-28
Clarify the behavior of UsbRequest
Philip P. Moltmann
2016-09-14
Set buffer before UsbRequest is queued
Philip P. Moltmann
2016-08-30
Do not leak usb device connection FD
Philip P. Moltmann
2014-01-08
AArch64: Use long for pointers in hardware classes
Ashok Bhat
2012-08-09
UsbRequest: set ByteBuffer.position() upon success.
mike wakerly
2011-04-01
Improve Javadoc for USB Manager and MTP/PTP support.
Mike Lockwood
2011-03-11
UsbDevice: Move IO related methods to new UsbDeviceConnection class
Mike Lockwood
2011-03-01
Move USB framework support from android.hardware to android.hardware.usb package
Mike Lockwood