Home
last modified time | relevance | path

Searched refs:LIBUSB_ERROR_NO_MEM (Results 1 – 9 of 9) sorted by relevance

/external/libusb/libusb/
Ddescriptor.c148 return LIBUSB_ERROR_NO_MEM; in parse_endpoint()
204 r = LIBUSB_ERROR_NO_MEM; in parse_interface()
251 r = LIBUSB_ERROR_NO_MEM; in parse_interface()
277 r = LIBUSB_ERROR_NO_MEM; in parse_interface()
352 return LIBUSB_ERROR_NO_MEM; in parse_configuration()
399 r = LIBUSB_ERROR_NO_MEM; in parse_configuration()
479 return LIBUSB_ERROR_NO_MEM; in libusb_get_active_config_descriptor()
489 r = LIBUSB_ERROR_NO_MEM; in libusb_get_active_config_descriptor()
548 return LIBUSB_ERROR_NO_MEM; in libusb_get_config_descriptor()
558 r = LIBUSB_ERROR_NO_MEM; in libusb_get_config_descriptor()
Dsync.c82 return LIBUSB_ERROR_NO_MEM; in libusb_control_transfer()
87 return LIBUSB_ERROR_NO_MEM; in libusb_control_transfer()
162 return LIBUSB_ERROR_NO_MEM; in do_sync_bulk_transfer()
Dcore.c603 return LIBUSB_ERROR_NO_MEM; in libusb_get_device_list()
615 len = LIBUSB_ERROR_NO_MEM; in libusb_get_device_list()
868 return LIBUSB_ERROR_NO_MEM; in libusb_open()
1462 return LIBUSB_ERROR_NO_MEM; in libusb_init()
Dio.c1792 return LIBUSB_ERROR_NO_MEM; in handle_events()
2188 return LIBUSB_ERROR_NO_MEM; in usbi_add_pollfd()
Dlibusb.h632 LIBUSB_ERROR_NO_MEM = -11, enumerator
/external/libusb/libusb/os/
Dlinux_usbfs.c620 return LIBUSB_ERROR_NO_MEM; in cache_active_config()
682 return LIBUSB_ERROR_NO_MEM; in initialize_device()
751 return LIBUSB_ERROR_NO_MEM; in initialize_device()
812 return LIBUSB_ERROR_NO_MEM; in enumerate_device()
824 r = LIBUSB_ERROR_NO_MEM; in enumerate_device()
1371 return LIBUSB_ERROR_NO_MEM; in submit_bulk_transfer()
1493 return LIBUSB_ERROR_NO_MEM; in submit_iso_transfer()
1531 return LIBUSB_ERROR_NO_MEM; in submit_iso_transfer()
1626 return LIBUSB_ERROR_NO_MEM; in submit_control_transfer()
Ddarwin_usb.c457 ret = LIBUSB_ERROR_NO_MEM; in process_new_device()
538 ret = LIBUSB_ERROR_NO_MEM; in process_new_device()
1146 return LIBUSB_ERROR_NO_MEM; in submit_iso_transfer()
/external/libusb-compat/libusb/
Dcore.c87 case LIBUSB_ERROR_NO_MEM: in libusb_to_errno()
/external/libusb/
DChangeLog1252 rename LIBUSB_ERROR_NOMEM to LIBUSB_ERROR_NO_MEM