Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dcamera_streamer.cpp37 if (!cvd_connection_.IsConnected() && !pending_connection_.valid()) { in OnFrame()
132 return cvd_connection_.IsConnected(); in IsConnectionReady()
150 while (cvd_connection_.IsConnected()) { in StartReadLoop()
Dlights_observer.cpp48 while (cvd_connection_.IsConnected()) { in Start()
/device/google/cuttlefish/common/libs/utils/
Dvsock_connection.h42 bool IsConnected();
Dvsock_connection.cpp70 bool VsockConnection::IsConnected() { in IsConnected() function in cuttlefish::VsockConnection
/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_server.cpp73 if (callback && connection_->IsConnected() && in setConnectedCallback()
Dvsock_frame_provider.cpp174 if (!connection_->IsConnected()) { in VsockReadLoop()