Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
Dconductor.cc67 Conductor::Conductor(PeerConnectionClient* client, MainWindow* main_wnd) in Conductor() function in Conductor
75 Conductor::~Conductor() { in ~Conductor()
79 bool Conductor::connection_active() const { in connection_active()
83 void Conductor::Close() { in Close()
88 bool Conductor::InitializePeerConnection() { in InitializePeerConnection()
118 void Conductor::DeletePeerConnection() { in DeletePeerConnection()
127 void Conductor::EnsureStreamingUI() { in EnsureStreamingUI()
139 void Conductor::OnError() { in OnError()
145 void Conductor::OnAddStream(webrtc::MediaStreamInterface* stream) { in OnAddStream()
153 void Conductor::OnRemoveStream(webrtc::MediaStreamInterface* stream) { in OnRemoveStream()
[all …]
Dconductor.h51 class Conductor
66 Conductor(PeerConnectionClient* client, MainWindow* main_wnd);
73 ~Conductor();
Dmain.cc48 talk_base::scoped_refptr<Conductor> conductor( in wWinMain()
49 new talk_base::RefCountedObject<Conductor>(&client, &wnd)); in wWinMain()
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
Dmain.cc44 void set_conductor(Conductor* conductor) { conductor_ = conductor; } in set_conductor()
67 Conductor* conductor_;
99 talk_base::scoped_refptr<Conductor> conductor( in main()
100 new talk_base::RefCountedObject<Conductor>(&client, &wnd)); in main()