Home
last modified time | relevance | path

Searched refs:portChange (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/host/
Dhost_uart.cpp115 bool HdcHostUART::EnumSerialPort(bool &portChange) in EnumSerialPort() argument
168 portChange = true; in EnumSerialPort()
200 portChange = true; in EnumSerialPort()
219 if (!portChange) { in EnumSerialPort()
222 portChange = true; in EnumSerialPort()
225 if (portChange) { in EnumSerialPort()
535 bool portChange = false; in EnumSerialPort() local
537 if (!EnumSerialPort(portChange)) { in EnumSerialPort()
539 } else if (portChange) { in EnumSerialPort()
Dhost_uart.h91 virtual bool EnumSerialPort(bool &portChange);
97 bool enumDetailsSerialPorts(bool *portChange);