Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.cpp43 mSocketComm = std::make_unique<SocketComm>(this);
44 mSocketComm->start();
54 mSocketComm->stop(); in ~VehicleEmulator()
71 mSocketComm->sendMessage(msg); in doSetValueFromClient()
DVehicleEmulator.h94 std::unique_ptr<SocketComm> mSocketComm; variable