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

  /system/core/adb/
usb_osx.c 123 IOCFPlugInInterface **plugInInterface = NULL;
141 &plugInInterface, &score);
143 if ((kIOReturnSuccess != kr) || (!plugInInterface)) {
149 result = (*plugInInterface)->QueryInterface(plugInInterface,
153 (*plugInInterface)->Release(plugInInterface);
169 plugInInterface = NULL;
175 &plugInInterface, &score);
178 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...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 230 io_cf_plugin_ref_t *plugInInterface = NULL;
236 kIOCFPlugInInterfaceID, &plugInInterface,
239 if (kIOReturnSuccess != result || !plugInInterface) {
244 (void)(*plugInInterface)->QueryInterface(plugInInterface, CFUUIDGetUUIDBytes(DeviceInterfaceID),
247 (*plugInInterface)->Release (plugInInterface);
    [all...]

Completed in 120 milliseconds