Searched refs:pending_connection_ (Results 1 – 2 of 2) sorted by relevance
37 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()
59 std::future<bool> pending_connection_; variable