Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DVehicleEmulator.cpp44 mSocketComm = std::make_unique<SocketComm>(this);
45 mSocketComm->start();
55 mSocketComm->stop(); in ~VehicleEmulator()
72 mSocketComm->sendMessage(msg); in doSetValueFromClient()
H A DVehicleEmulator.h94 std::unique_ptr<SocketComm> mSocketComm; variable