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

  /external/libusb/libusb/
sync.c 82 return LIBUSB_ERROR_NO_MEM;
87 return LIBUSB_ERROR_NO_MEM;
162 return LIBUSB_ERROR_NO_MEM;
descriptor.c 148 return LIBUSB_ERROR_NO_MEM;
204 r = LIBUSB_ERROR_NO_MEM;
251 r = LIBUSB_ERROR_NO_MEM;
277 r = LIBUSB_ERROR_NO_MEM;
352 return LIBUSB_ERROR_NO_MEM;
399 r = LIBUSB_ERROR_NO_MEM;
479 return LIBUSB_ERROR_NO_MEM;
489 r = LIBUSB_ERROR_NO_MEM;
548 return LIBUSB_ERROR_NO_MEM;
558 r = LIBUSB_ERROR_NO_MEM;
    [all...]
core.c 588 * \returns the number of devices in the outputted list, or LIBUSB_ERROR_NO_MEM
603 return LIBUSB_ERROR_NO_MEM;
615 len = LIBUSB_ERROR_NO_MEM;
852 * \returns LIBUSB_ERROR_NO_MEM on memory allocation failure
868 return LIBUSB_ERROR_NO_MEM;
    [all...]
libusb.h 632 LIBUSB_ERROR_NO_MEM = -11,
    [all...]
io.c     [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 620 return LIBUSB_ERROR_NO_MEM;
682 return LIBUSB_ERROR_NO_MEM;
751 return LIBUSB_ERROR_NO_MEM;
812 return LIBUSB_ERROR_NO_MEM;
824 r = LIBUSB_ERROR_NO_MEM;
    [all...]
darwin_usb.c 457 ret = LIBUSB_ERROR_NO_MEM;
538 ret = LIBUSB_ERROR_NO_MEM;
    [all...]
  /system/core/adb/
usb_libusb.c 452 case LIBUSB_ERROR_NO_MEM:
  /external/libusb-compat/libusb/
core.c 87 case LIBUSB_ERROR_NO_MEM:

Completed in 160 milliseconds