/external/libusb/examples/ |
lsusb.c | 59 libusb_free_device_list(devs, 1);
|
/external/libusb_aah/examples/ |
listdevs.c | 59 libusb_free_device_list(devs, 1);
|
/external/libusb-compat/libusb/ |
core.c | 187 libusb_free_device_list(dev_list, 1); 226 libusb_free_device_list(dev_list, 1); 590 libusb_free_device_list(dev_list, 1); 643 libusb_free_device_list(dev_list, 1);
|
/external/libusb/libusb/ |
core.c | 367 libusb_free_device_list(list, 1); 371 * - You asked libusb_free_device_list() to unreference the devices (2nd 427 * For convenience, the libusb_free_device_list() function includes a 576 * them, and then free the list with libusb_free_device_list(). Note that 577 * libusb_free_device_list() can unref all the devices for you. Be careful 587 * libusb_free_device_list(). 638 API_EXPORTED void libusb_free_device_list(libusb_device **list, function [all...] |
libusb.h | 576 * 1, and libusb_free_device_list() can optionally decrease the reference count 780 void libusb_free_device_list(libusb_device **list, int unref_devices); [all...] |
/system/core/adb/ |
usb_libusb.c | 601 libusb_free_device_list(devs, 1);
|
/external/libusb_aah/libusb/ |
core.c | 394 libusb_free_device_list(list, 1); 398 * - You asked libusb_free_device_list() to unreference the devices (2nd 454 * For convenience, the libusb_free_device_list() function includes a 604 * them, and then free the list with libusb_free_device_list(). Note that 605 * libusb_free_device_list() can unref all the devices for you. Be careful 615 * libusb_free_device_list(). 665 void API_EXPORTED libusb_free_device_list(libusb_device **list, function [all...] |
libusb.h | 694 * 1, and libusb_free_device_list() can optionally decrease the reference count 961 void LIBUSB_CALL libusb_free_device_list(libusb_device **list, [all...] |