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

  /external/libusb/examples/
listdevs.c 67 libusb_free_device_list(devs, 1);
fxload.c 233 libusb_free_device_list(devs, 1);
239 libusb_free_device_list(devs, 1);
testlibusb.c 269 libusb_free_device_list(devs, 1);
  /external/libusb/tests/
stress.c 67 libusb_free_device_list(device_list, 1);
102 libusb_free_device_list(device_lists[i], 1);
  /external/libusb/libusb/
hotplug.c 304 libusb_free_device_list(devs, 1);
core.c 377 * - libusb_free_device_list()
541 libusb_free_device_list(list, 1);
545 * - You asked libusb_free_device_list() to unreference the devices (2nd
601 * For convenience, the libusb_free_device_list() function includes a
795 * them, and then free the list with libusb_free_device_list(). Note that
796 * libusb_free_device_list() can unref all the devices for you. Be careful
806 * libusb_free_device_list().
878 void API_EXPORTED libusb_free_device_list(libusb_device **list, function
    [all...]
libusb.h 955 * 1, and libusb_free_device_list() can optionally decrease the reference count
    [all...]
  /external/libmtp/src/
libusb1-glue.c 572 libusb_free_device_list (devs, 0);
    [all...]
  /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);

Completed in 714 milliseconds