/external/libmtp/src/ |
libusb-glue.h | 43 #define USB_BULK_READ usb_bulk_read
|
/system/core/adb/ |
usb_libusb.c | 118 usb_bulk_read(usb_handle *uh, void *data, int len) function 127 D("usb_bulk_read(): "); 187 n = usb_bulk_read(uh, data, xfer);
|
usb_linux.c | 364 static int usb_bulk_read(usb_handle *h, void *data, int len) function 484 n = usb_bulk_read(h, data, xfer);
|
/external/libusb-compat/libusb/ |
usb.h | 303 int usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes, int size,
|
core.c | 763 API_EXPORTED int usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes, function
|