HomeSort by relevance Sort by last modified time
    Searched refs:LIBUSB_ERROR_NOT_FOUND (Results 1 - 17 of 17) 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;
700 * \returns LIBUSB_ERROR_NOT_FOUND if the configuration does not exist
723 return LIBUSB_ERROR_NOT_FOUND;
756 * \returns LIBUSB_ERROR_NOT_FOUND if the configuration does not exist
793 return LIBUSB_ERROR_NOT_FOUND;
897 * \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 643 return LIBUSB_ERROR_NOT_FOUND;
665 return LIBUSB_ERROR_NOT_FOUND;
691 if (next == LIBUSB_ERROR_NOT_FOUND)
762 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 485 return LIBUSB_ERROR_NOT_FOUND;
493 return LIBUSB_ERROR_NOT_FOUND;
    [all...]
wince_usb.c 850 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...]
  /system/core/adb/
usb_libusb.c 423 if (r == LIBUSB_ERROR_NOT_FOUND) {
  /external/libusb-compat/libusb/
core.c 75 case LIBUSB_ERROR_NOT_FOUND:

Completed in 355 milliseconds