Searched refs:Conductor (Results 1 – 4 of 4) sorted by relevance
55 Conductor::Conductor(PeerConnectionClient* client, MainWindow* main_wnd) in Conductor() function in Conductor64 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 …]
34 class Conductor48 Conductor(PeerConnectionClient* client, MainWindow* main_wnd);55 ~Conductor();
51 rtc::scoped_refptr<Conductor> conductor( in wWinMain()52 new rtc::RefCountedObject<Conductor>(&client, &wnd)); in wWinMain()
28 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()