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

  /system/core/adb/
usb_osx.c 123 IOCFPlugInInterface **plugInInterface = NULL;
138 &plugInInterface, &score);
140 if ((kIOReturnSuccess != kr) || (!plugInInterface)) {
146 result = (*plugInInterface)->QueryInterface(plugInInterface,
150 (*plugInInterface)->Release(plugInInterface);
166 plugInInterface = NULL;
172 &plugInInterface, &score);
175 if ((kIOReturnSuccess != kr) || (!plugInInterface)) {
    [all...]
  /system/core/fastboot/
usb_osx.c 72 IOCFPlugInInterface **plugInInterface;
109 &plugInInterface,
115 if ((kr != 0) || (!plugInInterface)) {
121 result = (*plugInInterface)->QueryInterface(
122 plugInInterface,
127 (*plugInInterface)->Release(plugInInterface);
  /external/libusb/libusb/os/
darwin_usb.c 152 io_cf_plugin_ref_t *plugInInterface = NULL;
164 kIOCFPlugInInterfaceID, &plugInInterface,
166 if (kIOReturnSuccess == result && plugInInterface)
176 (void)(*plugInInterface)->QueryInterface(plugInInterface, CFUUIDGetUUIDBytes(DeviceInterfaceID),
179 (*plugInInterface)->Stop(plugInInterface);
180 IODestroyPlugInInterface (plugInInterface);
804 IOCFPlugInInterface **plugInInterface = NULL;
872 kIOCFPlugInInterfaceID, &plugInInterface, &score)
    [all...]

Completed in 3382 milliseconds