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

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp359 static void darwinBruteForcePropertySearch(CFDictionaryRef DictRef, struct KeyboardCacheData *pKeyboardEntry);
556 struct KeyboardCacheData *pKeyboardEntry = (struct KeyboardCacheData *)pvRefcon; local
557 if (!pKeyboardEntry->ppHidQueueInterface)
574 IOReturn rc = (*pKeyboardEntry->ppHidQueueInterface)->getNextEvent(pKeyboardEntry->ppHidQueueInterface,
581 unsigned i = pKeyboardEntry->cCookies;
584 if (pKeyboardEntry->aCookies[i].Cookie == Event.elementCookie)
586 fMask = pKeyboardEntry->aCookies[i].fMask;
628 static void darwinBruteForcePropertySearch(CFDictionaryRef DictRef, struct KeyboardCacheData *pKeyboardEntry) argument
660 if (pKeyboardEntry
737 darwinHIDKeyboardCacheCreateEntry(struct KeyboardCacheData *pKeyboardEntry, io_object_t KeyboardDevice) argument
847 darwinHIDKeyboardCacheDestroyEntry(struct KeyboardCacheData *pKeyboardEntry) argument
[all...]

Completed in 49 milliseconds