/external/webrtc/talk/session/media/ |
D | audiomonitor.h | 38 class VoiceChannel; variable 50 AudioMonitor(VoiceChannel* voice_channel, rtc::Thread *monitor_thread); 56 VoiceChannel* voice_channel(); 66 VoiceChannel* voice_channel_;
|
D | channelmanager.h | 47 class VoiceChannel; variable 100 VoiceChannel* CreateVoiceChannel( 107 void DestroyVoiceChannel(VoiceChannel* voice_channel); 180 typedef std::vector<VoiceChannel*> VoiceChannels; 191 VoiceChannel* CreateVoiceChannel_w( 197 void DestroyVoiceChannel_w(VoiceChannel* voice_channel);
|
D | channel.cc | 1330 VoiceChannel::VoiceChannel(rtc::Thread* thread, in VoiceChannel() function in cricket::VoiceChannel 1344 VoiceChannel::~VoiceChannel() { in ~VoiceChannel() 1352 bool VoiceChannel::Init() { in Init() 1359 bool VoiceChannel::SetAudioSend(uint32_t ssrc, in SetAudioSend() 1372 void VoiceChannel::SetEarlyMedia(bool enable) { in SetEarlyMedia() 1383 bool VoiceChannel::CanInsertDtmf() { in CanInsertDtmf() 1388 bool VoiceChannel::InsertDtmf(uint32_t ssrc, in InsertDtmf() 1391 return InvokeOnWorker(Bind(&VoiceChannel::InsertDtmf_w, this, in InsertDtmf() 1395 bool VoiceChannel::SetOutputVolume(uint32_t ssrc, double volume) { in SetOutputVolume() 1400 void VoiceChannel::SetRawAudioSink( in SetRawAudioSink() [all …]
|
D | channelmanager.cc | 250 VoiceChannel* ChannelManager::CreateVoiceChannel( in CreateVoiceChannel() 256 return worker_thread_->Invoke<VoiceChannel*>( in CreateVoiceChannel() 261 VoiceChannel* ChannelManager::CreateVoiceChannel_w( in CreateVoiceChannel_w() 275 VoiceChannel* voice_channel = in CreateVoiceChannel_w() 276 new VoiceChannel(worker_thread_, media_engine_.get(), media_channel, in CreateVoiceChannel_w() 286 void ChannelManager::DestroyVoiceChannel(VoiceChannel* voice_channel) { in DestroyVoiceChannel() 294 void ChannelManager::DestroyVoiceChannel_w(VoiceChannel* voice_channel) { in DestroyVoiceChannel_w()
|
D | channel.h | 340 class VoiceChannel : public BaseChannel { 342 VoiceChannel(rtc::Thread* thread, 348 ~VoiceChannel(); 367 sigslot::signal1<VoiceChannel*> SignalEarlyMediaTimeout; 385 sigslot::signal2<VoiceChannel*, const std::vector<ConnectionInfo>&> 390 sigslot::signal2<VoiceChannel*, const VoiceMediaInfo&> SignalMediaMonitor; 395 sigslot::signal2<VoiceChannel*, const AudioInfo&> SignalAudioMonitor;
|
D | audiomonitor.cc | 39 AudioMonitor::AudioMonitor(VoiceChannel *voice_channel, in AudioMonitor() 113 VoiceChannel *AudioMonitor::voice_channel() { in voice_channel()
|
D | channelmanager_unittest.cc | 120 cricket::VoiceChannel* voice_channel = in TEST_F() 145 cricket::VoiceChannel* voice_channel = in TEST_F() 172 cricket::VoiceChannel* voice_channel = in TEST_F()
|
D | channel_unittest.cc | 97 class VoiceTraits : public Traits<cricket::VoiceChannel,
|
/external/webrtc/webrtc/video/ |
D | vie_sync_module.h | 41 int VoiceChannel();
|
D | vie_sync_module.cc | 95 int ViESyncModule::VoiceChannel() { in VoiceChannel() function in webrtc::ViESyncModule
|
D | vie_channel.h | 262 int32_t VoiceChannel();
|
D | vie_channel.cc | 1166 int32_t ViEChannel::VoiceChannel() { in VoiceChannel() function in webrtc::ViEChannel 1167 return vie_sync_.VoiceChannel(); in VoiceChannel()
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsession.h | 54 class VoiceChannel; variable 193 virtual cricket::VoiceChannel* voice_channel() { in voice_channel() 483 rtc::scoped_ptr<cricket::VoiceChannel> voice_channel_;
|
D | statscollector_unittest.cc | 91 MOCK_METHOD0(voice_channel, cricket::VoiceChannel*()); 601 cricket::VoiceChannel* voice_channel, in SetupAndVerifyAudioTrackStats() 1496 cricket::VoiceChannel voice_channel(rtc::Thread::Current(), media_engine_, in TEST_F() 1531 cricket::VoiceChannel voice_channel(rtc::Thread::Current(), media_engine_, in TEST_F() 1560 cricket::VoiceChannel voice_channel(rtc::Thread::Current(), media_engine_, in TEST_F() 1621 cricket::VoiceChannel voice_channel(rtc::Thread::Current(), media_engine_, in TEST_F() 1708 cricket::VoiceChannel voice_channel(rtc::Thread::Current(), media_engine_, in TEST_F()
|