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

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp1281 static int darwinLedElementSetValue(IOHIDDeviceRef hidDevice, IOHIDElementRef element, bool fEnabled) argument
1294 rc = IOHIDDeviceSetValue(hidDevice, element, valueRef);
1307 static int darwinLedElementGetValue(IOHIDDeviceRef hidDevice, IOHIDElementRef element, bool *fEnabled) argument
1318 rc = IOHIDDeviceGetValue(hidDevice, element, &valueRef);
1341 static int darwinSetDeviceLedsState(IOHIDDeviceRef hidDevice, CFDictionaryRef elementMatchingDict, argument
1347 matchingElementsArrayRef = IOHIDDeviceCopyMatchingElements(hidDevice, elementMatchingDict, kIOHIDOptionsTypeNone);
1362 rc = darwinLedElementSetValue(hidDevice, element, fNumLockOn);
1366 rc = darwinLedElementSetValue(hidDevice, element, fCapsLockOn);
1369 rc = darwinLedElementSetValue(hidDevice, element, fScrollLockOn);
1386 static int darwinGetDeviceLedsState(IOHIDDeviceRef hidDevice, CFDictionaryRe argument
[all...]

Completed in 48 milliseconds