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

/external/libusb/libusb/
H A Dcore.c633 * libusb_get_device_list(). If the unref_devices parameter is set, the
636 * \param unref_devices whether to unref the devices in the list
639 int unref_devices)
644 if (unref_devices) {
638 libusb_free_device_list(libusb_device **list, int unref_devices) argument
/external/chromium_org/third_party/libusb/src/libusb/
H A Dcore.c713 * libusb_get_device_list(). If the unref_devices parameter is set, the
716 * \param unref_devices whether to unref the devices in the list
719 int unref_devices)
724 if (unref_devices) {
718 libusb_free_device_list(libusb_device **list, int unref_devices) argument

Completed in 99 milliseconds