Searched refs:i_drvConstruct (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/include/
H A DKeyboardImpl.h80 static DECLCALLBACK(int) i_drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags);
H A DMouseImpl.h94 static DECLCALLBACK(int) i_drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags);
H A DDisplayImpl.h297 static DECLCALLBACK(int) i_drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags);
/vbox/src/VBox/Main/src-client/
H A DKeyboardImpl.cpp366 DECLCALLBACK(int) Keyboard::i_drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags) function in class:Keyboard
448 Keyboard::i_drvConstruct,
H A DMouseImpl.cpp1214 DECLCALLBACK(int) Mouse::i_drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags) function in class:Mouse
1299 Mouse::i_drvConstruct,
H A DDisplayImpl.cpp4163 DECLCALLBACK(int) Display::i_drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags)
4296 Display::i_drvConstruct,

Completed in 59 milliseconds