Searched defs:elementMatchingDict (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp1341 static int darwinSetDeviceLedsState(IOHIDDeviceRef hidDevice, CFDictionaryRef elementMatchingDict, argument
1347 matchingElementsArrayRef = IOHIDDeviceCopyMatchingElements(hidDevice, elementMatchingDict, kIOHIDOptionsTypeNone);
1386 static int darwinGetDeviceLedsState(IOHIDDeviceRef hidDevice, CFDictionaryRef elementMatchingDict, argument
1392 matchingElementsArrayRef = IOHIDDeviceCopyMatchingElements(hidDevice, elementMatchingDict, kIOHIDOptionsTypeNone);
1725 CFDictionaryRef elementMatchingDict = darwinQueryLedElementMatchingDictionary(); local
1726 if (elementMatchingDict)
1729 elementMatchingDict,
1734 CFRelease(elementMatchingDict);
1786 CFDictionaryRef elementMatchingDict = darwinQueryLedElementMatchingDictionary(); local
1787 if (elementMatchingDict)
2025 CFDictionaryRef elementMatchingDict = darwinQueryLedElementMatchingDictionary(); local
2260 CFDictionaryRef elementMatchingDict = darwinQueryLedElementMatchingDictionary(); local
2340 CFDictionaryRef elementMatchingDict = darwinQueryLedElementMatchingDictionary(); local
[all...]

Completed in 47 milliseconds