HomeSort by relevance Sort by last modified time
    Searched refs:usbInterface (Results 1 - 3 of 3) sorted by null

  /system/core/fastboot/
usb_osx.c 71 io_service_t usbInterface;
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/
usb_osx.c 122 io_service_t usbInterface;
133 while ((usbInterface = IOIteratorNext(iterator))) {
135 kr = IOCreatePlugInInterfaceForService(usbInterface,
139 IOObjectRelease(usbInterface);
265 usbInterface,
  /external/libusb/libusb/os/
darwin_usb.c 802 io_service_t usbInterface = IO_OBJECT_NULL;
811 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface);
816 if (!usbInterface) {
858 kresult = darwin_get_interface (dpriv->device, iface, &usbInterface);
865 if (!usbInterface) {
871 kresult = IOCreatePlugInInterfaceForService (usbInterface, kIOUSBInterfaceUserClientTypeID,
884 (void)IOObjectRelease (usbInterface);
    [all...]

Completed in 287 milliseconds