Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/
Dserver.cpp79 auto run_loop = RunLoop::main(); in main() local
89 run_loop, "0.0.0.0", port, in main()
119 run_loop->run(); in main()
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp81 std::shared_ptr<RunLoop> run_loop) in ConnectionObserverImpl() argument
85 run_loop_(run_loop) {} in ConnectionObserverImpl()