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

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp1307 static int darwinLedElementGetValue(IOHIDDeviceRef hidDevice, IOHIDElementRef element, bool *fEnabled) function
1407 rc = darwinLedElementGetValue(hidDevice, element, fNumLockOn);
1411 rc = darwinLedElementGetValue(hidDevice, element, fCapsLockOn);
1414 rc = darwinLedElementGetValue(hidDevice, element, fScrollLockOn);

Completed in 51 milliseconds