Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
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(emulator::EmulatorMessage const& msg) { in sendMessage()
70 bool SocketComm::listen() { in listen()
99 SocketConn* SocketComm::accept() { in accept()
115 void SocketComm::listenThread() { in listenThread()
133 void SocketComm::removeClosedConnections() { in removeClosedConnections()
DSocketComm.h39 class SocketComm {
41 SocketComm(MessageProcessor* messageProcessor);
42 virtual ~SocketComm();
DVehicleEmulator.h94 std::unique_ptr<SocketComm> mSocketComm;
DVehicleEmulator.cpp43 mSocketComm = std::make_unique<SocketComm>(this);
/hardware/interfaces/automotive/vehicle/2.0/default/
DAndroid.bp65 "impl/vhal_v2_0/SocketComm.cpp",