Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.h45 std::thread run_loop_thread_; variable
Dconnection_observer.cpp157 run_loop_thread_([this]() { run_loop_->run(); }) {} in CfConnectionObserverFactory()