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

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp1431 static uint32_t darwinQueryIntProperty(IOHIDDeviceRef pHidDeviceRef, CFStringRef pProperty) argument
1436 AssertReturn(pHidDeviceRef, 0);
1439 pNumberRef = IOHIDDeviceGetProperty(pHidDeviceRef, pProperty);
1453 static uint32_t darwinHidVendorId(IOHIDDeviceRef pHidDeviceRef) argument
1455 return darwinQueryIntProperty(pHidDeviceRef, CFSTR(kIOHIDVendorIDKey));
1459 static uint32_t darwinHidProductId(IOHIDDeviceRef pHidDeviceRef) argument
1461 return darwinQueryIntProperty(pHidDeviceRef, CFSTR(kIOHIDProductIDKey));
1465 static uint32_t darwinHidLocationId(IOHIDDeviceRef pHidDeviceRef) argument
1467 return darwinQueryIntProperty(pHidDeviceRef, CFSTR(kIOHIDLocationIDKey));
1474 static bool darwinHidDeviceSupported(IOHIDDeviceRef pHidDeviceRef) argument
[all...]

Completed in 49 milliseconds