HomeSort by relevance Sort by last modified time
    Searched defs:usb_bulk_read (Results 1 - 3 of 3) sorted by null

  /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/
core.c 763 API_EXPORTED int usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes, function

Completed in 214 milliseconds