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

/external/libusb/libusb/
H A Dsync.c85 * \returns LIBUSB_ERROR_TIMEOUT if the transfer timed out
141 r = LIBUSB_ERROR_TIMEOUT;
201 r = LIBUSB_ERROR_TIMEOUT;
260 * \returns LIBUSB_ERROR_TIMEOUT if the transfer timed out (and populates
313 * \returns LIBUSB_ERROR_TIMEOUT if the transfer timed out
H A Dcore.c2489 case LIBUSB_ERROR_TIMEOUT:
2490 return "LIBUSB_ERROR_TIMEOUT";
H A Dlibusb.h1077 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/examples/
H A Dezusb.c555 if (rc != LIBUSB_ERROR_TIMEOUT)
H A Dxusb.c677 case LIBUSB_ERROR_TIMEOUT:
/external/libusb/libusb/os/
H A Dopenbsd_usb.c568 return (LIBUSB_ERROR_TIMEOUT);
H A Dsunos_usb.c1149 return (LIBUSB_ERROR_TIMEOUT);
H A Ddarwin_usb.c148 return LIBUSB_ERROR_TIMEOUT;
/external/libusb/include/libusb/
H A Dlibusb.h1077 LIBUSB_ERROR_TIMEOUT = -7, enumerator in enum:libusb_error

Completed in 132 milliseconds