Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/pairing_connection/
H A Dpairing_server.cpp114 void ConnectionEventsWorker();
253 conn_events_thread_ = std::thread([this]() { ConnectionEventsWorker(); }); in StartConnectionEventsThread()
323 void PairingServerCtx::ConnectionEventsWorker() { in ConnectionEventsWorker() function in PairingServerCtx