Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/pairing/tests/
H A Dpairing_server.cpp104 void connectionEventsWorker();
233 conn_events_thread_ = std::thread([this]() { connectionEventsWorker(); }); in startConnectionEventsThread()
280 void PairingServerImpl::connectionEventsWorker() { in connectionEventsWorker() function in adbwifi::pairing::__anon670943110110::PairingServerImpl