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

/vbox/src/VBox/Main/include/
H A DMachineImpl.h518 virtual HRESULT i_onSerialPortChange(ISerialPort * /* serialPort */) { return S_OK; } function in class:Machine
1324 HRESULT i_onSerialPortChange(ISerialPort *serialPort);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp4940 HRESULT Console::i_onSerialPortChange(ISerialPort *aSerialPort) function in class:Console
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp11731 that->i_onSerialPortChange(serialPorts[slot]);
13726 HRESULT SessionMachine::i_onSerialPortChange(ISerialPort *serialPort) function in class:SessionMachine

Completed in 106 milliseconds