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

  /external/chromium_org/third_party/libusb/src/libusb/
sync.c 87 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected
139 r = LIBUSB_ERROR_NO_DEVICE;
196 r = LIBUSB_ERROR_NO_DEVICE;
249 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected
298 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected
core.c     [all...]
io.c     [all...]
libusb.h     [all...]
  /external/libusb/libusb/
sync.c 69 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected
133 r = LIBUSB_ERROR_NO_DEVICE;
203 r = LIBUSB_ERROR_NO_DEVICE;
252 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected
301 * \returns LIBUSB_ERROR_NO_DEVICE if the device has been disconnected
libusb.h 611 LIBUSB_ERROR_NO_DEVICE = -4,
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c 207 return LIBUSB_ERROR_NO_DEVICE;
521 return LIBUSB_ERROR_NO_DEVICE;
531 return LIBUSB_ERROR_NO_DEVICE; /* For unplug race (trac #70) */
823 return LIBUSB_ERROR_NO_DEVICE;
    [all...]
windows_usb.c     [all...]
darwin_usb.c 118 return LIBUSB_ERROR_NO_DEVICE;
784 ret = LIBUSB_ERROR_NO_DEVICE;
    [all...]
openbsd_usb.c 573 return (LIBUSB_ERROR_NO_DEVICE);
wince_usb.c 112 return LIBUSB_ERROR_NO_DEVICE;
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 654 return LIBUSB_ERROR_NO_DEVICE;
1064 return LIBUSB_ERROR_NO_DEVICE;
1107 return LIBUSB_ERROR_NO_DEVICE;
1141 return LIBUSB_ERROR_NO_DEVICE;
1156 return LIBUSB_ERROR_NO_DEVICE;
1179 return LIBUSB_ERROR_NO_DEVICE;
1199 return LIBUSB_ERROR_NO_DEVICE;
1238 return LIBUSB_ERROR_NO_DEVICE;
    [all...]
darwin_usb.c 97 return LIBUSB_ERROR_NO_DEVICE;
976 return LIBUSB_ERROR_NO_DEVICE;
    [all...]
  /system/core/adb/
usb_libusb.c 89 case LIBUSB_ERROR_NO_DEVICE :
461 case LIBUSB_ERROR_NO_DEVICE:
550 if (r == LIBUSB_ERROR_NO_DEVICE)
  /external/libusb-compat/libusb/
core.c 73 case LIBUSB_ERROR_NO_DEVICE:

Completed in 244 milliseconds