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

  /external/chromium_org/third_party/libusb/src/libusb/
sync.c 85 * \returns LIBUSB_ERROR_PIPE if the control request was not supported by the
136 r = LIBUSB_ERROR_PIPE;
190 r = LIBUSB_ERROR_PIPE;
246 * \returns LIBUSB_ERROR_PIPE if the endpoint halted
295 * \returns LIBUSB_ERROR_PIPE if the endpoint halted
core.c     [all...]
descriptor.c 914 if (r != LIBUSB_ERROR_PIPE)
    [all...]
libusb.h     [all...]
  /external/libusb/libusb/
sync.c 67 * \returns LIBUSB_ERROR_PIPE if the control request was not supported by the
130 r = LIBUSB_ERROR_PIPE;
197 r = LIBUSB_ERROR_PIPE;
249 * \returns LIBUSB_ERROR_PIPE if the endpoint halted
298 * \returns LIBUSB_ERROR_PIPE if the endpoint halted
libusb.h 626 LIBUSB_ERROR_PIPE = -9,
    [all...]
  /system/core/adb/
usb_libusb.c 81 case LIBUSB_ERROR_PIPE:
  /external/libusb-compat/libusb/
core.c 83 case LIBUSB_ERROR_PIPE:
  /external/libusb/libusb/os/
darwin_usb.c 101 return LIBUSB_ERROR_PIPE;
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 122 return LIBUSB_ERROR_PIPE;
    [all...]

Completed in 405 milliseconds