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

  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main.cc 61 if (conductor->connection_active() || client.is_connected()) {
62 while ((conductor->connection_active() || client.is_connected()) &&
conductor.h 68 bool connection_active() const;
conductor.cc 79 bool Conductor::connection_active() const { function in class:Conductor
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main.cc 56 if (!wnd_->IsWindow() && !conductor_->connection_active() &&

Completed in 26 milliseconds