Home
last modified time | relevance | path

Searched refs:usb_request_queue (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_UsbRequest.cpp106 if (usb_request_queue(request)) { in android_hardware_UsbRequest_queue_array()
161 if (usb_request_queue(request)) { in android_hardware_UsbRequest_queue_direct()
191 int err = usb_request_queue(request); in android_hardware_UsbRequest_queue()
/aosp12/frameworks/av/media/mtp/
H A DMtpEventPacket.cpp57 if (usb_request_queue(request)) { in sendRequest()
H A DMtpDataPacket.cpp515 if (usb_request_queue(req)) { in readDataAsync()
/aosp12/system/core/libusbhost/include/usbhost/
H A Dusbhost.h258 int usb_request_queue(struct usb_request *req);
/aosp12/system/core/libusbhost/
H A Dusbhost.c731 int usb_request_queue(struct usb_request *req) in usb_request_queue() function