Home
last modified time | relevance | path

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

/external/angle/src/gpu_info_util/
DSystemInfo_macos.mm246 CFMutableDictionaryRef matchingDict = IORegistryEntryIDMatching(registryID);
247 if (matchingDict == nullptr)
255 IOServiceGetMatchingService(kIOMasterPortDefault, matchingDict);
/external/libusb/libusb/os/
Ddarwin_usb.c216 CFMutableDictionaryRef matchingDict = IOServiceMatching(darwin_device_class); in usb_setup_device_iterator() local
218 if (!matchingDict) in usb_setup_device_iterator()
232 CFDictionarySetValue (matchingDict, CFSTR(kIOPropertyMatchKey), propertyMatchDict); in usb_setup_device_iterator()
243 return IOServiceGetMatchingServices(kIOMasterPortDefault, matchingDict, deviceIterator); in usb_setup_device_iterator()