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

  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.cc 28 #include "talk/examples/peerconnection/client/conductor.h"
67 Conductor::Conductor(PeerConnectionClient* client, MainWindow* main_wnd)
75 Conductor::~Conductor() {
79 bool Conductor::connection_active() const {
83 void Conductor::Close() {
88 bool Conductor::InitializePeerConnection() {
119 void Conductor::DeletePeerConnection() {
128 void Conductor::EnsureStreamingUI()
    [all...]
main.cc 28 #include "talk/examples/peerconnection/client/conductor.h"
50 talk_base::scoped_refptr<Conductor> conductor(
51 new talk_base::RefCountedObject<Conductor>(&client, &wnd));
63 if (conductor->connection_active() || client.is_connected()) {
64 while ((conductor->connection_active() || client.is_connected()) &&
conductor.h 51 class Conductor
66 Conductor(PeerConnectionClient* client, MainWindow* main_wnd);
73 ~Conductor();
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main.cc 30 #include "talk/examples/peerconnection/client/conductor.h"
45 void set_conductor(Conductor* conductor) { conductor_ = conductor; }
68 Conductor* conductor_;
101 talk_base::scoped_refptr<Conductor> conductor(
102 new talk_base::RefCountedObject<Conductor>(&client, &wnd));
104 socket_server.set_conductor(conductor);

Completed in 73 milliseconds