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

  /external/bluetooth/bluez/tools/
csr_usb.c 46 return usb_bulk_read(dev, ep, bytes, size, timeout);
  /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 339 static int usb_bulk_read(usb_handle *h, void *data, int len) function
459 n = usb_bulk_read(h, data, xfer);

Completed in 1099 milliseconds