HomeSort by relevance Sort by last modified time
    Searched refs:connection_active (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/examples/peerconnection/client/
main.cc 64 if (conductor->connection_active() || client.is_connected()) {
65 while ((conductor->connection_active() || client.is_connected()) &&
conductor.h 50 bool connection_active() const;
conductor.cc 68 bool Conductor::connection_active() const { function in class:Conductor
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main.cc 40 if (!wnd_->IsWindow() && !conductor_->connection_active() &&

Completed in 481 milliseconds