Home
last modified time | relevance | path

Searched refs:listenThread (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()
115 void SocketComm::listenThread() { in listenThread() function in android::hardware::automotive::vehicle::V2_0::impl::SocketComm
DSocketComm.h75 void listenThread();