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

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp282 IOHIDQueueInterface **ppHidQueueInterface; member in struct:KeyboardCacheData
557 if (!pKeyboardEntry->ppHidQueueInterface)
574 IOReturn rc = (*pKeyboardEntry->ppHidQueueInterface)->getNextEvent(pKeyboardEntry->ppHidQueueInterface,
693 if (pKeyboardEntry->ppHidQueueInterface)
695 IOReturn rc = (*pKeyboardEntry->ppHidQueueInterface)->addElement(pKeyboardEntry->ppHidQueueInterface, (IOHIDElementCookie)lCookie, 0);
771 IOHIDQueueInterface **ppHidQueueInterface = (*ppHidDeviceInterface)->allocQueue(ppHidDeviceInterface); local
772 if (ppHidQueueInterface)
774 rc = (*ppHidQueueInterface)
856 IOHIDQueueInterface **ppHidQueueInterface = pKeyboardEntry->ppHidQueueInterface; local
[all...]

Completed in 48 milliseconds