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

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp734 * @param KeyboardDevice The keyboard device to create the entry for.
737 static bool darwinHIDKeyboardCacheCreateEntry(struct KeyboardCacheData *pKeyboardEntry, io_object_t KeyboardDevice) argument
747 IOReturn rc = IOCreatePlugInInterfaceForService(KeyboardDevice, kIOHIDDeviceUserClientTypeID,
791 kern_return_t krc = IORegistryEntryCreateCFProperties(KeyboardDevice, &PropertiesRef, kCFAllocatorDefault, kNilOptions);
963 io_object_t KeyboardDevice; local
965 && (KeyboardDevice = IOIteratorNext(Keyboards)) != 0)
967 if (darwinHIDKeyboardCacheCreateEntry(&g_aKeyboards[i], KeyboardDevice))
969 IOObjectRelease(KeyboardDevice);

Completed in 64 milliseconds