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

  /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_aah/libusb/os/
linux_usbfs.c 526 return LIBUSB_ERROR_NOT_FOUND; /* device is unconfigured */
621 return LIBUSB_ERROR_NOT_FOUND;
642 return LIBUSB_ERROR_NOT_FOUND;
689 r = LIBUSB_ERROR_NOT_FOUND;
795 return LIBUSB_ERROR_NOT_FOUND;
    [all...]
windows_usb.c 646 r = LIBUSB_ERROR_NOT_FOUND;
746 return LIBUSB_ERROR_NOT_FOUND;
    [all...]
darwin_usb.c     [all...]
windows_usb.h 255 if (ret_on_failure) { return LIBUSB_ERROR_NOT_FOUND; }\
265 return LIBUSB_ERROR_NOT_FOUND; \
  /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_aah/libusb/
core.c 750 * \returns LIBUSB_ERROR_NOT_FOUND if the endpoint does not exist
769 return LIBUSB_ERROR_NOT_FOUND;
799 * \returns LIBUSB_ERROR_NOT_FOUND if the endpoint does not exist
820 return LIBUSB_ERROR_NOT_FOUND;
    [all...]
descriptor.c 467 * \returns LIBUSB_ERROR_NOT_FOUND if the device is in unconfigured state
531 * \returns LIBUSB_ERROR_NOT_FOUND if the configuration does not exist
547 return LIBUSB_ERROR_NOT_FOUND;
630 * \returns LIBUSB_ERROR_NOT_FOUND if the configuration does not exist
643 return LIBUSB_ERROR_NOT_FOUND;
libusb.h 754 LIBUSB_ERROR_NOT_FOUND = -5,
    [all...]
io.c     [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 127 milliseconds