Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Ddarwin_usb.c222 CFMutableDictionaryRef propertyMatchDict = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, in usb_setup_device_iterator() local
230 if (propertyMatchDict && locationCF) { in usb_setup_device_iterator()
231 CFDictionarySetValue (propertyMatchDict, CFSTR(kUSBDevicePropertyLocationID), locationCF); in usb_setup_device_iterator()
232 CFDictionarySetValue (matchingDict, CFSTR(kIOPropertyMatchKey), propertyMatchDict); in usb_setup_device_iterator()
237 if (propertyMatchDict) in usb_setup_device_iterator()
238 CFRelease (propertyMatchDict); in usb_setup_device_iterator()