Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.h76 mComm(comm.release()),
104 std::unique_ptr<CommBase> mComm; variable
DVehicleEmulator.cpp50 mComm->stop(); // Close emulator socket if it is open. in ~VehicleEmulator()
190 int retVal = mComm->write(msg); in txMsg()
322 std::vector<uint8_t> msg = mComm->read(); in rxMsg()
338 int retVal = mComm->open(); in rxThread()
343 retVal = mComm->connect(); in rxThread()