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

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.c1059 static int darwin_get_interface (usb_device_t **darwin_device, uint8_t ifc, io_service_t *usbInterfacep) { argument
1066 *usbInterfacep = IO_OBJECT_NULL;
1078 while ((*usbInterfacep = IOIteratorNext(interface_iterator))) {
1080 ret = get_ioregistry_value_number (*usbInterfacep, CFSTR("bInterfaceNumber"), kCFNumberSInt8Type,
1087 (void) IOObjectRelease (*usbInterfacep);
/external/libusb/libusb/os/
H A Ddarwin_usb.c729 static int darwin_get_interface (usb_device_t **darwin_device, uint8_t ifc, io_service_t *usbInterfacep) { argument
735 *usbInterfacep = IO_OBJECT_NULL;
748 *usbInterfacep = IOIteratorNext(interface_iterator);

Completed in 85 milliseconds