Searched defs:libusb_free_device_list (Results 1 - 2 of 2) sorted by relevance

/external/libusb/libusb/
H A Dcore.c367 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
979 libusb_free_device_list(devs, 1);
/external/chromium_org/third_party/libusb/src/libusb/
H A Dcore.c369 libusb_free_device_list(list, 1);
373 * - You asked libusb_free_device_list() to unreference the devices (2nd
429 * For convenience, the libusb_free_device_list() function includes a
631 * them, and then free the list with libusb_free_device_list(). Note that
632 * libusb_free_device_list() can unref all the devices for you. Be careful
642 * libusb_free_device_list().
713 void API_EXPORTED libusb_free_device_list(libusb_device **list, function
809 * \ref libusb_free_device_list(). The reason is that libusbx currently does
812 * libusb_get_device_list() - libusb_free_device_list() block.
1174 libusb_free_device_list(dev
[all...]

Completed in 63 milliseconds