Home
last modified time | relevance | path

Searched refs:usb_get_next_device (Results 1 – 1 of 1) sorted by relevance

/external/libusb/libusb/os/
Ddarwin_usb.c151 static usb_device_t **usb_get_next_device (io_iterator_t deviceIterator, UInt32 *locationp) { in usb_get_next_device() function
197 while ((*darwin_device = usb_get_next_device (deviceIterator, &location)) != NULL) { in darwin_get_device()
566 while ((device = usb_get_next_device (deviceIterator, &location)) != NULL) { in darwin_get_device_list()