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

/vbox/src/VBox/Devices/Input/
H A DDrvKeyboardQueue.cpp79 uint32_t u32UsageCode; member in struct:DRVKBDQUEUEITEM
245 pItem2->u32UsageCode = u32Usage & ~0x80000000;
250 pItem->u32UsageCode = u32Usage;
323 int rc = pThis->pUpPort->pfnPutEventHid(pThis->pUpPort, pItem->u32UsageCode);
H A DUsbKbd.cpp698 * @param u32UsageCode The key usage ID.
700 static DECLCALLBACK(int) usbHidKeyboardPutEvent(PPDMIKEYBOARDPORT pInterface, uint32_t u32UsageCode) argument
711 fKeyDown = !(u32UsageCode & 0x80000000);
712 u8HidCode = u32UsageCode & 0xFF;
731 if (RT_UNLIKELY(u32UsageCode == KRSP_BAT_FAIL))

Completed in 45 milliseconds