Home
last modified time | relevance | path

Searched refs:channel_manager_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediasessionclient.h95 ChannelManager* channel_manager() const { return channel_manager_; } in channel_manager()
97 int GetCapabilities() { return channel_manager_->GetCapabilities(); } in GetCapabilities()
108 return channel_manager_->GetAudioInputDevices(names); in GetAudioInputDevices()
111 return channel_manager_->GetAudioOutputDevices(names); in GetAudioOutputDevices()
114 return channel_manager_->GetVideoCaptureDevices(names); in GetVideoCaptureDevices()
119 return channel_manager_->SetAudioOptions(in_name, out_name, opts); in SetAudioOptions()
122 return channel_manager_->SetOutputVolume(level); in SetOutputVolume()
125 return channel_manager_->SetVideoOptions(cam_device); in SetVideoOptions()
158 ChannelManager *channel_manager_; variable
Dmediasessionclient.cc57 channel_manager_(new ChannelManager(session_manager_->worker_thread())), in MediaSessionClient()
66 channel_manager_(new ChannelManager( in MediaSessionClient()
77 SignalDevicesChange.repeat(channel_manager_->SignalDevicesChange); in Construct()
81 channel_manager_->Init(); in Construct()
93 delete channel_manager_; in ~MediaSessionClient()
144 channel_manager_->GetSupportedAudioCodecs(&audio_codecs); in CreateOffer()
176 channel_manager_->GetSupportedVideoCodecs(&video_codecs); in CreateOffer()
266 channel_manager_->GetSupportedAudioCodecs(&audio_codecs); in CreateAnswer()
302 channel_manager_->GetSupportedVideoCodecs(&video_codecs); in CreateAnswer()