Home
last modified time | relevance | path

Searched refs:SocketComm (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DSocketComm.cpp39 SocketComm::SocketComm(MessageProcessor* messageProcessor) in SocketComm() function in android::hardware::automotive::vehicle::V2_0::impl::SocketComm
42 SocketComm::~SocketComm() { in ~SocketComm()
45 void SocketComm::start() { in start()
50 mListenThread = std::make_unique<std::thread>(std::bind(&SocketComm::listenThread, this)); in start()
53 void SocketComm::stop() { in stop()
63 void SocketComm::sendMessage(vhal_proto::EmulatorMessage const& msg) { in sendMessage()
70 bool SocketComm::listen() { in listen()
102 SocketConn* SocketComm::accept() { in accept()
118 void SocketComm::listenThread() { in listenThread()
136 void SocketComm::removeClosedConnections() { in removeClosedConnections()
H A DSocketComm.h39 class SocketComm {
41 SocketComm(MessageProcessor* messageProcessor);
42 virtual ~SocketComm();
H A DVehicleEmulator.h94 std::unique_ptr<SocketComm> mSocketComm;
H A DVehicleEmulator.cpp44 mSocketComm = std::make_unique<SocketComm>(this);
/aosp12/packages/services/Car/tools/emulator/
H A DREADME.md13 setup SocketComm to serve the requests.
16 * hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/SocketComm.cpp
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/
H A DAndroid.bp91 "impl/vhal_v2_0/SocketComm.cpp",