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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.h 95 ChannelManager* channel_manager() const { return channel_manager_; }
97 int GetCapabilities() { return channel_manager_->GetCapabilities(); }
108 return channel_manager_->GetAudioInputDevices(names);
111 return channel_manager_->GetAudioOutputDevices(names);
114 return channel_manager_->GetVideoCaptureDevices(names);
119 return channel_manager_->SetAudioOptions(in_name, out_name, opts);
122 return channel_manager_->SetOutputVolume(level);
125 return channel_manager_->SetVideoOptions(cam_device);
158 ChannelManager *channel_manager_; member in class:cricket::MediaSessionClient
mediasessionclient.cc 57 channel_manager_(new ChannelManager(session_manager_->worker_thread())),
66 channel_manager_(new ChannelManager(
77 SignalDevicesChange.repeat(channel_manager_->SignalDevicesChange);
81 channel_manager_->Init();
93 delete channel_manager_;
144 channel_manager_->GetSupportedAudioCodecs(&audio_codecs);
176 channel_manager_->GetSupportedVideoCodecs(&video_codecs);
266 channel_manager_->GetSupportedAudioCodecs(&audio_codecs);
302 channel_manager_->GetSupportedVideoCodecs(&video_codecs);
    [all...]

Completed in 13 milliseconds