Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Ddarwin_usb.c218 CFMutableDictionaryRef propertyMatchDict = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, in usb_setup_device_iterator() local
222 if (propertyMatchDict) { in usb_setup_device_iterator()
227 CFDictionarySetValue (propertyMatchDict, CFSTR(kUSBDevicePropertyLocationID), locationCF); in usb_setup_device_iterator()
231 CFDictionarySetValue (matchingDict, CFSTR(kIOPropertyMatchKey), propertyMatchDict); in usb_setup_device_iterator()
233 CFRelease (propertyMatchDict); in usb_setup_device_iterator()