Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DSocketComm.cpp50 mListenThread = std::make_unique<std::thread>(std::bind(&SocketComm::listenThread, this)); in start()
56 if (mListenThread->joinable()) { in stop()
57 mListenThread->join(); in stop()
DSocketComm.h54 std::unique_ptr<std::thread> mListenThread; variable