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

  /system/core/adb/
usb_osx.c 62 CFMutableDictionaryRef matchingDict;
81 matchingDict = IOServiceMatching(kIOUSBInterfaceClassName);
83 if (!matchingDict) {
92 CFDictionarySetValue(matchingDict, CFSTR(kUSBVendorID),
95 CFDictionarySetValue(matchingDict, CFSTR(kUSBInterfaceSubClass),
98 CFDictionarySetValue(matchingDict, CFSTR(kUSBInterfaceProtocol),
104 matchingDict,
  /system/core/fastboot/
usb_osx.c 383 CFMutableDictionaryRef matchingDict;
396 matchingDict = IOServiceMatching(kIOUSBDeviceClassName);
398 if (matchingDict == NULL) {
404 kIOMasterPortDefault, matchingDict, &iterator);
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 184 CFMutableDictionaryRef matchingDict = IOServiceMatching(kIOUSBDeviceClassName);
186 if (!matchingDict)
203 CFDictionarySetValue (matchingDict, CFSTR(kIOPropertyMatchKey), propertyMatchDict);
210 return IOServiceGetMatchingServices(kIOMasterPortDefault, matchingDict, deviceIterator);
    [all...]

Completed in 255 milliseconds