Searched defs:pKeyboard (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dusb-private.h109 DeviceIntPtr pKeyboard; /** Keyboard device */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dusb-private.h109 DeviceIntPtr pKeyboard; /** Keyboard device */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dusb-private.h110 DeviceIntPtr pKeyboard; /** Keyboard device */ member in struct:_myPrivate
H A Dxf86Privstr.h72 DeviceIntPtr pKeyboard; member in struct:__anon7616
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dusb-private.h109 DeviceIntPtr pKeyboard; /** Keyboard device */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dusb-private.h109 DeviceIntPtr pKeyboard; /** Keyboard device */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dusb-private.h109 DeviceIntPtr pKeyboard; /** Keyboard device */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dusb-private.h109 DeviceIntPtr pKeyboard; /** Keyboard device */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dusb-private.h109 DeviceIntPtr pKeyboard; /** Keyboard device */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dusb-private.h109 DeviceIntPtr pKeyboard; /** Keyboard device */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dusb-private.h109 DeviceIntPtr pKeyboard; /** Keyboard device */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dusb-private.h109 DeviceIntPtr pKeyboard; /** Keyboard device */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dusb-private.h109 DeviceIntPtr pKeyboard; /** Keyboard device */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dusb-private.h109 DeviceIntPtr pKeyboard; /** Keyboard device */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dusb-private.h109 DeviceIntPtr pKeyboard; /** Keyboard device */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dusb-private.h109 DeviceIntPtr pKeyboard; /** Keyboard device */ member in struct:_myPrivate
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dusb-private.h110 DeviceIntPtr pKeyboard; /** Keyboard device */ member in struct:_myPrivate
H A Dxf86Privstr.h73 DeviceIntPtr pKeyboard; member in struct:__anon4761
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dusb-private.h110 DeviceIntPtr pKeyboard; /** Keyboard device */ member in struct:_myPrivate
H A Dxf86Privstr.h73 DeviceIntPtr pKeyboard; member in struct:__anon4328
/vbox/src/VBox/Main/src-client/
H A DKeyboardImpl.cpp52 Keyboard *pKeyboard; member in struct:DRVMAINKEYBOARD
138 mpDrv[i]->pKeyboard = NULL;
306 pDrv->pKeyboard->onKeyboardLedsChange(enmLeds);
348 if (pThis->pKeyboard)
350 AutoWriteLock kbdLock(pThis->pKeyboard COMMA_LOCKVAL_SRC_POS);
352 if (pThis->pKeyboard->mpDrv[cDev] == pThis)
354 pThis->pKeyboard->mpDrv[cDev] = NULL;
357 pThis->pKeyboard->mpVMMDev = NULL;
409 pThis->pKeyboard = (Keyboard *)pv; /** @todo Check this cast! */
412 if (!pThis->pKeyboard
[all...]
H A DConsoleVRDPServer.cpp1148 static void fixKbdLockStatus(VRDPInputSynch *pInputSynch, IKeyboard *pKeyboard) argument
1154 pKeyboard->PutScancode(0x45);
1155 pKeyboard->PutScancode(0x45 | 0x80);
1161 pKeyboard->PutScancode(0x3a);
1162 pKeyboard->PutScancode(0x3a | 0x80);
1177 IKeyboard *pKeyboard = pConsole->i_getKeyboard(); local
1197 fixKbdLockStatus(&server->m_InputSynch, pKeyboard);
1200 pKeyboard->PutScancode((LONG)pInputScancode->uScancode);
1265 IKeyboard *pKeyboard = pConsole->i_getKeyboard(); local
1287 fixKbdLockStatus(&server->m_InputSynch, pKeyboard);
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageControlVM.cpp290 ComPtr<IKeyboard> pKeyboard; local
291 CHECK_ERROR_BREAK(console, COMGETTER(Keyboard)(pKeyboard.asOutParam()));
292 if (!pKeyboard)
341 CHECK_ERROR_BREAK(pKeyboard, PutScancodes(ComSafeArrayAsInParam(saScancodes),
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86Privstr.h50 DeviceIntPtr pKeyboard; member in struct:__anon3034
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp1066 PUSBDEVICE pKeyboard = NULL; local
1074 if ( ( !pKeyboard
1075 || pKeyboard->idVendor != kIOUSBVendorIDAppleComputer)
1078 pKeyboard = pCur;
1086 else if (!pKeyboard || !pMouse)
1090 pKeyboard = pCur;
1097 if (pKeyboard)
1098 pKeyboard->enmState = USBDEVICESTATE_USED_BY_HOST;

Completed in 62 milliseconds

12