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

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp1344 CFArrayRef matchingElementsArrayRef; local
1347 matchingElementsArrayRef = IOHIDDeviceCopyMatchingElements(hidDevice, elementMatchingDict, kIOHIDOptionsTypeNone);
1348 if (matchingElementsArrayRef)
1350 CFIndex cElements = CFArrayGetCount(matchingElementsArrayRef);
1355 IOHIDElementRef element = (IOHIDElementRef)CFArrayGetValueAtIndex(matchingElementsArrayRef, i);
1379 CFRelease(matchingElementsArrayRef);
1389 CFArrayRef matchingElementsArrayRef; local
1392 matchingElementsArrayRef = IOHIDDeviceCopyMatchingElements(hidDevice, elementMatchingDict, kIOHIDOptionsTypeNone);
1393 if (matchingElementsArrayRef)
1395 CFIndex cElements = CFArrayGetCount(matchingElementsArrayRef);
[all...]

Completed in 49 milliseconds