HomeSort by relevance Sort by last modified time
    Searched full:matchingdict (Results 1 - 2 of 2) sorted by null

  /system/core/fastboot/
usb_osx.cpp 412 CFMutableDictionaryRef matchingDict;
425 matchingDict = IOServiceMatching(kIOUSBDeviceClassName);
427 if (matchingDict == NULL) {
433 kIOMasterPortDefault, matchingDict, &iterator);
  /system/core/adb/
usb_osx.cpp 102 CFMutableDictionaryRef matchingDict = IOServiceMatching(kIOUSBInterfaceClassName);
103 if (!matchingDict) {
109 kern_return_t kr = IOServiceGetMatchingServices(kIOMasterPortDefault, matchingDict, &iter);

Completed in 543 milliseconds