Home
last modified time | relevance | path

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

/packages/modules/adb/client/pairing/tests/
Dpairing_server.cpp103 std::thread conn_events_thread_; member in adbwifi::pairing::__anonaba3dc510111::PairingServerImpl
155 if (conn_events_thread_.joinable()) { in ~PairingServerImpl()
156 conn_events_thread_.join(); in ~PairingServerImpl()
233 conn_events_thread_ = std::thread([this]() { connectionEventsWorker(); }); in startConnectionEventsThread()
/packages/modules/adb/pairing_connection/
Dpairing_server.cpp113 std::thread conn_events_thread_; member
172 if (conn_events_thread_.joinable()) { in ~PairingServerCtx()
173 conn_events_thread_.join(); in ~PairingServerCtx()
253 conn_events_thread_ = std::thread([this]() { ConnectionEventsWorker(); }); in StartConnectionEventsThread()