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

  /external/chromium_org/third_party/libusb/src/libusb/
strerror.c 136 * \returns LIBUSB_ERROR_NOT_FOUND if the requested language is not supported
153 return LIBUSB_ERROR_NOT_FOUND;
core.c     [all...]
descriptor.c 570 * \returns LIBUSB_ERROR_NOT_FOUND if the device is in unconfigured state
618 * \returns LIBUSB_ERROR_NOT_FOUND if the configuration does not exist
634 return LIBUSB_ERROR_NOT_FOUND;
702 * \returns LIBUSB_ERROR_NOT_FOUND if the configuration does not exist
725 return LIBUSB_ERROR_NOT_FOUND;
758 * \returns LIBUSB_ERROR_NOT_FOUND if the configuration does not exist
795 return LIBUSB_ERROR_NOT_FOUND;
899 * \returns LIBUSB_ERROR_NOT_FOUND if the device doesn't have a BOS descriptor
    [all...]
io.c     [all...]
libusb.h     [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_common.h 89 if (ret_on_failure) { return LIBUSB_ERROR_NOT_FOUND; } \
102 return LIBUSB_ERROR_NOT_FOUND; \
linux_usbfs.c 661 return LIBUSB_ERROR_NOT_FOUND;
683 return LIBUSB_ERROR_NOT_FOUND;
709 if (next == LIBUSB_ERROR_NOT_FOUND)
780 return LIBUSB_ERROR_NOT_FOUND;
    [all...]
windows_usb.c 753 r = LIBUSB_ERROR_NOT_FOUND;
853 return LIBUSB_ERROR_NOT_FOUND;
    [all...]
darwin_usb.c 486 return LIBUSB_ERROR_NOT_FOUND;
494 return LIBUSB_ERROR_NOT_FOUND;
    [all...]
wince_usb.c 856 return LIBUSB_ERROR_NOT_FOUND;
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 339 return LIBUSB_ERROR_NOT_FOUND; /* device is unconfigured */
434 return LIBUSB_ERROR_NOT_FOUND;
455 return LIBUSB_ERROR_NOT_FOUND;
502 r = LIBUSB_ERROR_NOT_FOUND;
608 return LIBUSB_ERROR_NOT_FOUND;
1103 return LIBUSB_ERROR_NOT_FOUND;
1137 return LIBUSB_ERROR_NOT_FOUND;
1177 return LIBUSB_ERROR_NOT_FOUND;
1197 return LIBUSB_ERROR_NOT_FOUND;
1215 return LIBUSB_ERROR_NOT_FOUND;
    [all...]
darwin_usb.c 867 return LIBUSB_ERROR_NOT_FOUND;
880 return LIBUSB_ERROR_NOT_FOUND;
    [all...]
  /external/libusb/libusb/
core.c 712 * \returns LIBUSB_ERROR_NOT_FOUND if the endpoint does not exist
731 return LIBUSB_ERROR_NOT_FOUND;
761 * \returns LIBUSB_ERROR_NOT_FOUND if the endpoint does not exist
782 return LIBUSB_ERROR_NOT_FOUND;
    [all...]
descriptor.c 464 * \returns LIBUSB_ERROR_NOT_FOUND if the device is in unconfigured state
528 * \returns LIBUSB_ERROR_NOT_FOUND if the configuration does not exist
544 return LIBUSB_ERROR_NOT_FOUND;
627 * \returns LIBUSB_ERROR_NOT_FOUND if the configuration does not exist
640 return LIBUSB_ERROR_NOT_FOUND;
libusb.h 614 LIBUSB_ERROR_NOT_FOUND = -5,
    [all...]
  /external/libusb-compat/libusb/
core.c 75 case LIBUSB_ERROR_NOT_FOUND:

Completed in 49 milliseconds