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

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp294 } g_aKeyboards[128]; variable in typeref:struct:KeyboardCacheData
907 darwinHIDKeyboardCacheDestroyEntry(&g_aKeyboards[i]);
964 while ( i < RT_ELEMENTS(g_aKeyboards)
967 if (darwinHIDKeyboardCacheCreateEntry(&g_aKeyboards[i], KeyboardDevice))
1002 IOHIDDeviceInterface **ppHidDeviceInterface = g_aKeyboards[i].ppHidDeviceInterface;
1006 unsigned j = g_aKeyboards[i].cCookies;
1011 g_aKeyboards[i].aCookies[j].Cookie,
1016 fHIDModifiers |= g_aKeyboards[i].aCookies[j].fMask;
1130 if (g_aKeyboards[i].ppHidQueueInterface)
1131 (*g_aKeyboards[
[all...]

Completed in 36 milliseconds