Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dcamera_streamer.cpp37 if (!cvd_connection_.IsConnected() && !pending_connection_.valid()) { in OnFrame()
39 pending_connection_ = in OnFrame()
42 } else if (pending_connection_.valid()) { in OnFrame()
131 if (!pending_connection_.valid()) { in IsConnectionReady()
133 } else if (pending_connection_.wait_for(std::chrono::seconds(0)) != in IsConnectionReady()
142 return pending_connection_.get(); in IsConnectionReady()
Dcamera_streamer.h59 std::future<bool> pending_connection_; variable