Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/can/1.0/default/
DCanBusSlcan.cpp48 : CanBus(), mUartName(uartName), kBitrate(bitrate) {} in CanBusSlcan()
81 mFd = base::unique_fd(open(mUartName.c_str(), O_RDWR | O_NONBLOCK | O_NOCTTY)); in preUp()
83 PLOG(ERROR) << "SLCAN Failed to open " << mUartName; in preUp()
95 PLOG(ERROR) << "Failed to read attrs of" << mUartName; in preUp()
110 PLOG(ERROR) << "Failed to read serial settings from " << mUartName; in preUp()
117 PLOG(ERROR) << "Failed to set low latency mode on " << mUartName; in preUp()
124 PLOG(ERROR) << "Failed to apply terminal settings to " << mUartName; in preUp()
DCanBusSlcan.h37 const std::string mUartName; member