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

/vbox/src/VBox/Main/src-server/
H A DSerialPortImpl.cpp211 m->pMachine->i_onSerialPortChange(this);
282 m->pMachine->i_onSerialPortChange(this);
336 m->pMachine->i_onSerialPortChange(this);
385 m->pMachine->i_onSerialPortChange(this);
425 m->pMachine->i_onSerialPortChange(this);
461 m->pMachine->i_onSerialPortChange(this);
H A DMachineImpl.cpp11731 that->i_onSerialPortChange(serialPorts[slot]);
13726 HRESULT SessionMachine::i_onSerialPortChange(ISerialPort *serialPort) function in class:SessionMachine
/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);
H A DConsoleImpl.h161 HRESULT i_onSerialPortChange(ISerialPort *aSerialPort);
/vbox/src/VBox/Main/src-client/
H A DSessionImpl.cpp568 return mConsole->i_onSerialPortChange(aSerialPort);
H A DConsoleImpl.cpp4940 HRESULT Console::i_onSerialPortChange(ISerialPort *aSerialPort) function in class:Console

Completed in 1044 milliseconds