HomeSort by relevance Sort by last modified time
    Searched full:propertymatchdict (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 190 CFMutableDictionaryRef propertyMatchDict = CFDictionaryCreateMutable(kCFAllocatorDefault, 0,
194 if (propertyMatchDict) {
199 CFDictionarySetValue (propertyMatchDict, CFSTR(kUSBDevicePropertyLocationID), locationCF);
203 CFDictionarySetValue (matchingDict, CFSTR(kIOPropertyMatchKey), propertyMatchDict);
205 CFRelease (propertyMatchDict);
    [all...]

Completed in 64 milliseconds