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

/vbox/src/VBox/Main/include/
H A DSerialPortImpl.h29 struct SerialPort;
32 class ATL_NO_VTABLE SerialPort : class in inherits:SerialPortWrap
37 DECLARE_EMPTY_CTOR_DTOR(SerialPort)
44 HRESULT init (Machine *aParent, SerialPort *aThat);
45 HRESULT initCopy (Machine *parent, SerialPort *aThat);
49 HRESULT i_loadSettings(const settings::SerialPort &data);
50 HRESULT i_saveSettings(settings::SerialPort &data);
55 void i_copyFrom(SerialPort *aThat);
83 //// SerialPort private data definition
96 const ComObjPtr<SerialPort> pPee
[all...]
H A DMachineImpl.h763 const ComObjPtr<SerialPort> mSerialPorts[SchemaDefs::SerialPortCount];
/vbox/src/VBox/Main/src-server/
H A DSerialPortImpl.cpp35 DEFINE_EMPTY_CTOR_DTOR (SerialPort)
37 HRESULT SerialPort::FinalConstruct()
42 void SerialPort::FinalRelease()
56 HRESULT SerialPort::init(Machine *aParent, ULONG aSlot)
92 HRESULT SerialPort::init(Machine *aParent, SerialPort *aThat)
126 HRESULT SerialPort::initCopy(Machine *aParent, SerialPort *aThat)
157 void SerialPort::uninit()
178 HRESULT SerialPort
[all...]
H A DMachineImpl.cpp8963 const settings::SerialPort &s = *it;
10260 settings::SerialPort s;
/vbox/include/VBox/
H A Dsettings.h639 struct SerialPort struct in namespace:settings
641 SerialPort() function in struct:settings::SerialPort
650 bool operator==(const SerialPort &n) const;
661 typedef std::list<SerialPort> SerialPortsList;
/vbox/src/VBox/Main/xml/
H A DSettings.cpp1895 bool SerialPort::operator==(const SerialPort &s) const
2538 SerialPort port;
4639 const SerialPort &port = *it;
5566 const SerialPort &port = *it;

Completed in 2391 milliseconds