Searched refs:mUartName (Results 1 – 2 of 2) sorted by relevance
48 : 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()
37 const std::string mUartName; member