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

  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.h 51 class Conductor
66 Conductor(PeerConnectionClient* client, MainWindow* main_wnd);
73 ~Conductor();
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...]

Completed in 35 milliseconds