Searched refs:matchingDict (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dusb_osx.c62 CFMutableDictionaryRef matchingDict; local
81 matchingDict = IOServiceMatching(kIOUSBInterfaceClassName);
83 if (!matchingDict) {
92 CFDictionarySetValue(matchingDict, CFSTR(kUSBVendorID),
95 CFDictionarySetValue(matchingDict, CFSTR(kUSBInterfaceSubClass),
98 CFDictionarySetValue(matchingDict, CFSTR(kUSBInterfaceProtocol),
104 matchingDict,
/system/core/fastboot/
H A Dusb_osx.c383 CFMutableDictionaryRef matchingDict; local
396 matchingDict = IOServiceMatching(kIOUSBDeviceClassName);
398 if (matchingDict == NULL) {
404 kIOMasterPortDefault, matchingDict, &iterator);

Completed in 579 milliseconds