Home
last modified time | relevance | path

Searched refs:connection_active (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/examples/peerconnection/client/
Dmain.cc64 if (conductor->connection_active() || client.is_connected()) { in wWinMain()
65 while ((conductor->connection_active() || client.is_connected()) && in wWinMain()
Dconductor.h50 bool connection_active() const;
Dconductor.cc68 bool Conductor::connection_active() const { in connection_active() function in Conductor
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain.cc40 if (!wnd_->IsWindow() && !conductor_->connection_active() && in Wait()