Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/peerconnection/client/
Dconductor.cc55 Conductor::Conductor(PeerConnectionClient* client, MainWindow* main_wnd) in Conductor() function in Conductor
64 Conductor::~Conductor() { in ~Conductor()
68 bool Conductor::connection_active() const { in connection_active()
72 void Conductor::Close() { in Close()
77 bool Conductor::InitializePeerConnection() { in InitializePeerConnection()
99 bool Conductor::ReinitializePeerConnectionForLoopback() { in ReinitializePeerConnectionForLoopback()
112 bool Conductor::CreatePeerConnection(bool dtls) { in CreatePeerConnection()
135 void Conductor::DeletePeerConnection() { in DeletePeerConnection()
145 void Conductor::EnsureStreamingUI() { in EnsureStreamingUI()
158 void Conductor::OnAddStream(webrtc::MediaStreamInterface* stream) { in OnAddStream()
[all …]
Dconductor.h34 class Conductor
48 Conductor(PeerConnectionClient* client, MainWindow* main_wnd);
55 ~Conductor();
Dmain.cc51 rtc::scoped_refptr<Conductor> conductor( in wWinMain()
52 new rtc::RefCountedObject<Conductor>(&client, &wnd)); in wWinMain()
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain.cc28 void set_conductor(Conductor* conductor) { conductor_ = conductor; } in set_conductor()
51 Conductor* conductor_;
88 rtc::scoped_refptr<Conductor> conductor( in main()
89 new rtc::RefCountedObject<Conductor>(&client, &wnd)); in main()