Searched refs:LIBUSB_ERROR_TIMEOUT (Results 1 - 4 of 4) sorted by relevance

/external/libusb/libusb/
H A Dsync.c66 * \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
H A Dlibusb.h620 LIBUSB_ERROR_TIMEOUT = -7, enumerator in enum:libusb_error
/external/libusb-compat/libusb/
H A Dcore.c79 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))
/external/libusb/libusb/os/
H A Ddarwin_usb.c105 return LIBUSB_ERROR_TIMEOUT;

Completed in 24 milliseconds