Searched refs:VoiceChannel (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Daudiomonitor.h38 class VoiceChannel;
50 AudioMonitor(VoiceChannel* voice_channel, rtc::Thread *monitor_thread);
56 VoiceChannel* voice_channel();
66 VoiceChannel* voice_channel_;
H A Dtypingmonitor.h40 class VoiceChannel;
62 TypingMonitor(VoiceChannel* channel, rtc::Thread* worker_thread,
74 VoiceChannel* channel_;
H A Dchannelmanager.h49 class VoiceChannel;
112 VoiceChannel* CreateVoiceChannel(
115 void DestroyVoiceChannel(VoiceChannel* voice_channel);
120 VoiceChannel* voice_channel);
250 typedef std::vector<VoiceChannel*> VoiceChannels;
261 VoiceChannel* CreateVoiceChannel_w(
263 void DestroyVoiceChannel_w(VoiceChannel* voice_channel);
266 VoiceChannel* voice_channel);
H A Dtypingmonitor_unittest.cc40 vc_.reset(new VoiceChannel(rtc::Thread::Current(), &engine_,
55 rtc::scoped_ptr<VoiceChannel> vc_;
H A Daudiomonitor.cc39 AudioMonitor::AudioMonitor(VoiceChannel *voice_channel,
113 VoiceChannel *AudioMonitor::voice_channel() {
H A Dmediarecorder.h49 class VoiceChannel;
84 bool AddChannel(VoiceChannel* channel,
H A Dchannel.cc1252 VoiceChannel::VoiceChannel(rtc::Thread* thread, function in class:cricket::VoiceChannel
1263 VoiceChannel::~VoiceChannel() {
1271 bool VoiceChannel::Init() {
1280 this, &VoiceChannel::OnVoiceChannelError);
1282 this, &VoiceChannel::OnSrtpError);
1286 bool VoiceChannel::SetRemoteRenderer(uint32 ssrc, AudioRenderer* renderer) {
1291 bool VoiceChannel::SetLocalRenderer(uint32 ssrc, AudioRenderer* renderer) {
1296 bool VoiceChannel
[all...]
H A Dcall.h55 class VoiceChannel;
141 VoiceChannel* GetVoiceChannel(Session* session) const;
211 void OnConnectionMonitor(VoiceChannel* channel,
213 void OnMediaMonitor(VoiceChannel* channel, const VoiceMediaInfo& info);
214 void OnAudioMonitor(VoiceChannel* channel, const AudioInfo& info);
274 VoiceChannel* voice_channel;
H A Dtypingmonitor.cc36 TypingMonitor::TypingMonitor(VoiceChannel* channel,
H A Dchannel.h397 // VoiceChannel is a specialization that adds support for early media, DTMF,
399 class VoiceChannel : public BaseChannel { class in namespace:cricket
401 VoiceChannel(rtc::Thread* thread, MediaEngineInterface* media_engine,
404 ~VoiceChannel();
419 sigslot::signal1<VoiceChannel*> SignalEarlyMediaTimeout;
437 sigslot::signal2<VoiceChannel*, const std::vector<ConnectionInfo>&>
442 sigslot::signal2<VoiceChannel*, const VoiceMediaInfo&> SignalMediaMonitor;
447 sigslot::signal2<VoiceChannel*, const AudioInfo&> SignalAudioMonitor;
462 sigslot::signal3<VoiceChannel*, uint32, VoiceMediaChannel::Error>
513 VoiceChannel* voice_channe
[all...]
H A Dcall.cc366 VoiceChannel* voice_channel = it->second.voice_channel;
388 VoiceChannel* Call::GetVoiceChannel(Session* session) const {
420 VoiceChannel* voice_channel = it->second.voice_channel;
676 VoiceChannel* voice_channel = GetVoiceChannel(session);
692 VoiceChannel* voice_channel = GetVoiceChannel(session);
706 VoiceChannel* voice_channel = GetVoiceChannel(session);
714 VoiceChannel* voice_channel = GetVoiceChannel(session);
722 VoiceChannel* voice_channel = GetVoiceChannel(session);
759 void Call::OnConnectionMonitor(VoiceChannel* channel,
764 void Call::OnMediaMonitor(VoiceChannel* channe
[all...]
H A Dchannelmanager.cc318 VoiceChannel* ChannelManager::CreateVoiceChannel(
320 return worker_thread_->Invoke<VoiceChannel*>(
325 VoiceChannel* ChannelManager::CreateVoiceChannel_w(
333 VoiceChannel* voice_channel = new VoiceChannel(
344 void ChannelManager::DestroyVoiceChannel(VoiceChannel* voice_channel) {
351 void ChannelManager::DestroyVoiceChannel_w(VoiceChannel* voice_channel) {
366 VoiceChannel* voice_channel) {
374 VoiceChannel* voice_channel) {
H A Dmediarecorder_unittest.cc196 EXPECT_TRUE(recorder->AddChannel(static_cast<VoiceChannel*>(channel),
273 static_cast<VoiceChannel*>(channel),
305 static_cast<VoiceChannel*>(channel),
337 VoiceChannel channel(rtc::Thread::Current(), &media_engine,
H A Dchannelmanager_unittest.cc127 cricket::VoiceChannel* voice_channel = cm_->CreateVoiceChannel(
151 cricket::VoiceChannel* voice_channel = cm_->CreateVoiceChannel(
178 cricket::VoiceChannel* voice_channel = cm_->CreateVoiceChannel(
H A Dmediarecorder.cc121 bool MediaRecorder::AddChannel(VoiceChannel* channel,
H A Dchannel_unittest.cc96 class VoiceTraits : public Traits<cricket::VoiceChannel,
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_sync_module.h42 int VoiceChannel();
H A Dvie_sync_module.cc92 int ViESyncModule::VoiceChannel() { function in class:webrtc::ViESyncModule
H A Dvie_channel.h345 int32_t VoiceChannel();
H A Dvie_channel.cc1658 int32_t ViEChannel::VoiceChannel() { function in class:webrtc::ViEChannel
1659 return vie_sync_.VoiceChannel();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.h53 class VoiceChannel;
130 virtual cricket::VoiceChannel* voice_channel() {
326 rtc::scoped_ptr<cricket::VoiceChannel> voice_channel_;
H A Dstatscollector_unittest.cc81 MOCK_METHOD0(voice_channel, cricket::VoiceChannel*());
509 cricket::VoiceChannel* voice_channel,
1228 cricket::VoiceChannel voice_channel(rtc::Thread::Current(),
1260 cricket::VoiceChannel voice_channel(rtc::Thread::Current(),
1286 cricket::VoiceChannel voice_channel(rtc::Thread::Current(),
1343 cricket::VoiceChannel voice_channel(rtc::Thread::Current(),
1425 cricket::VoiceChannel voice_channel(rtc::Thread::Current(),

Completed in 520 milliseconds