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

  /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...]

Completed in 28 milliseconds