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

/system/core/fastboot/
H A Dusb_osx.c71 io_service_t usbInterface; local
103 while ((usbInterface = IOIteratorNext(iterator))) {
106 usbInterface,
112 // No longer need the usbInterface object now that we have the plugin
113 (void) IOObjectRelease(usbInterface);
/system/core/adb/
H A Dusb_osx.c122 io_service_t usbInterface; local
136 while ((usbInterface = IOIteratorNext(iterator))) {
138 kr = IOCreatePlugInInterfaceForService(usbInterface,
142 IOObjectRelease(usbInterface);
273 usbInterface,

Completed in 37 milliseconds