Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/
DCanBusSlcan.cpp34 static constexpr int kDefaultDiscipline = N_TTY; variable
153 if (ioctl(mFd.get(), TIOCSETD, &slcanprotocol::kDefaultDiscipline) < 0) { in postDown()