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

/external/libusb/libusb/os/
H A Ddarwin_usb.c151 static usb_device_t **usb_get_next_device (io_iterator_t deviceIterator, UInt32 *locationp) { function
169 usbi_dbg ("libusb/darwin.c usb_get_next_device: could not set up plugin for service: %s\n", darwin_error_str (result));
197 while ((*darwin_device = usb_get_next_device (deviceIterator, &location)) != NULL) {
566 while ((device = usb_get_next_device (deviceIterator, &location)) != NULL) {

Completed in 825 milliseconds