Home
last modified time | relevance | path

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

/packages/modules/adb/client/pairing/tests/
Dpairing_server.cpp105 std::thread server_thread_; member in adbwifi::pairing::__anon1ee857250111::PairingServerImpl
145 if (server_thread_.joinable()) { in ~PairingServerImpl()
147 server_thread_.join(); in ~PairingServerImpl()
223 server_thread_ = std::thread([this]() { serverWorker(); }); in startServerThread()
/packages/modules/adb/pairing_connection/
Dpairing_server.cpp115 std::thread server_thread_; member
162 if (server_thread_.joinable()) { in ~PairingServerCtx()
164 server_thread_.join(); in ~PairingServerCtx()
243 server_thread_ = std::thread([this]() { ServerWorker(); }); in StartServerThread()