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

/vbox/src/VBox/Main/include/
H A DMachineImpl.h519 virtual HRESULT i_onParallelPortChange(IParallelPort * /* parallelPort */) { return S_OK; } function in class:Machine
1325 HRESULT i_onParallelPortChange(IParallelPort *parallelPort);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp4956 HRESULT Console::i_onParallelPortChange(IParallelPort *aParallelPort) function in class:Console
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp11734 that->i_onParallelPortChange(parallelPorts[slot]);
13750 HRESULT SessionMachine::i_onParallelPortChange(IParallelPort *parallelPort) function in class:SessionMachine

Completed in 88 milliseconds