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/
lsusb.c 59 libusb_free_device_list(devs, 1);
  /external/chromium_org/chrome/browser/usb/
usb_service.cc 163 libusb_free_device_list(platform_devices, true);
  /external/chromium_org/third_party/libusb/src/libusb/
hotplug.c 268 libusb_free_device_list(devs, 1);
core.c 374 libusb_free_device_list(list, 1);
378 * - You asked libusb_free_device_list() to unreference the devices (2nd
434 * For convenience, the libusb_free_device_list() function includes a
636 * them, and then free the list with libusb_free_device_list(). Note that
637 * libusb_free_device_list() can unref all the devices for you. Be careful
647 * libusb_free_device_list().
718 void API_EXPORTED libusb_free_device_list(libusb_device **list, function
814 * \ref libusb_free_device_list(). The reason is that libusbx currently does
817 * libusb_get_device_list() - libusb_free_device_list() block.
    [all...]
libusb.h 958 * 1, and libusb_free_device_list() can optionally decrease the reference count
    [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);
  /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);

Completed in 414 milliseconds