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

  /system/core/adb/client/
usb_osx.cpp 138 IOCFPlugInInterface **plugInInterface = NULL;
156 &plugInInterface, &score);
158 if ((kIOReturnSuccess != kr) || (!plugInInterface)) {
164 result = (*plugInInterface)->QueryInterface(
165 plugInInterface,
168 (*plugInInterface)->Release(plugInInterface);
196 plugInInterface = NULL;
202 &plugInInterface, &score);
205 if ((kIOReturnSuccess != kr) || (!plugInInterface)) {
    [all...]
  /system/core/fastboot/
usb_osx.cpp 90 IOCFPlugInInterface **plugInInterface;
115 &plugInInterface,
121 if ((kr != 0) || (!plugInInterface)) {
127 result = (*plugInInterface)->QueryInterface(
128 plugInInterface,
133 (*plugInInterface)->Release(plugInInterface);
  /external/libusb/libusb/os/
darwin_usb.c 280 io_cf_plugin_ref_t *plugInInterface = NULL;
286 kIOCFPlugInInterfaceID, &plugInInterface,
289 if (kIOReturnSuccess != result || !plugInInterface) {
294 (void)(*plugInInterface)->QueryInterface(plugInInterface, CFUUIDGetUUIDBytes(DeviceInterfaceID),
297 (*plugInInterface)->Release (plugInInterface);
    [all...]

Completed in 78 milliseconds