Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/
DCanBusSlcan.cpp93 struct termios terminalSettings = {}; in preUp() local
94 if (tcgetattr(mFd.get(), &terminalSettings) < 0) { in preUp()
100 cfmakeraw(&terminalSettings); in preUp()
103 terminalSettings.c_iflag &= ~IXOFF; in preUp()
105 terminalSettings.c_cflag |= CRTSCTS; in preUp()
123 if (tcsetattr(mFd.get(), TCSADRAIN, &terminalSettings) < 0) { in preUp()