Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb_osx.cpp393 CFMutableDictionaryRef matchingDict; in init_usb() local
406 matchingDict = IOServiceMatching(kIOUSBDeviceClassName); in init_usb()
408 if (matchingDict == NULL) { in init_usb()
414 kIOMasterPortDefault, matchingDict, &iterator); in init_usb()
/system/core/adb/client/
Dusb_osx.cpp116 CFMutableDictionaryRef matchingDict = IOServiceMatching(kIOUSBInterfaceClassName); in FindUSBDevices() local
117 if (!matchingDict) { in FindUSBDevices()
123 kern_return_t kr = IOServiceGetMatchingServices(kIOMasterPortDefault, matchingDict, &iter); in FindUSBDevices()