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

  /external/libusb/libusb/
sync.c 66 * \returns LIBUSB_ERROR_TIMEOUT if the transfer timed out
127 r = LIBUSB_ERROR_TIMEOUT;
194 r = LIBUSB_ERROR_TIMEOUT;
247 * \returns LIBUSB_ERROR_TIMEOUT if the transfer timed out (and populates
297 * \returns LIBUSB_ERROR_TIMEOUT if the transfer timed out
libusb.h 620 LIBUSB_ERROR_TIMEOUT = -7,
    [all...]
  /external/libusb-compat/libusb/
core.c 79 case LIBUSB_ERROR_TIMEOUT:
757 if (r == 0 || (r == LIBUSB_ERROR_TIMEOUT && actual_length > 0))
802 if (r == 0 || (r == LIBUSB_ERROR_TIMEOUT && actual_length > 0))
  /system/core/adb/
usb_libusb.c 77 case LIBUSB_ERROR_TIMEOUT:
  /external/libusb/libusb/os/
darwin_usb.c 105 return LIBUSB_ERROR_TIMEOUT;
    [all...]

Completed in 38 milliseconds