Searched refs:GetSpeechOutputLevel (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/include/mock/
H A Dmock_voe_volume_control.h35 MOCK_METHOD2(GetSpeechOutputLevel, int(int channel, unsigned int& level));
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_volume_control_impl.h37 virtual int GetSpeechOutputLevel(int channel, unsigned int& level);
H A Doutput_mixer.h71 int GetSpeechOutputLevel(uint32_t& level);
H A Dvoe_volume_control_impl.cc309 int VoEVolumeControlImpl::GetSpeechOutputLevel(int channel, function in class:webrtc::VoEVolumeControlImpl
313 "GetSpeechOutputLevel(channel=%d, level=?)", channel);
322 return _shared->output_mixer()->GetSpeechOutputLevel(
332 "GetSpeechOutputLevel() failed to locate channel");
335 channelPtr->GetSpeechOutputLevel((uint32_t&)level);
H A Doutput_mixer.cc260 OutputMixer::GetSpeechOutputLevel(uint32_t& level) function in class:webrtc::voe::OutputMixer
265 "GetSpeechOutputLevel() => level=%u", level);
H A Dchannel.h265 int GetSpeechOutputLevel(uint32_t& level) const;
H A Dchannel.cc2510 Channel::GetSpeechOutputLevel(uint32_t& level) const function in class:webrtc::voe::Channel
2516 "GetSpeechOutputLevel() => level=%u", level);
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_volume_control.h84 virtual int GetSpeechOutputLevel(int channel, unsigned int& level) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dvolume_test.cc258 EXPECT_EQ(0, voe_volume_control_->GetSpeechOutputLevel(
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h1062 WEBRTC_STUB(GetSpeechOutputLevel, (int, unsigned int&));
H A Dwebrtcvoiceengine.cc3506 engine()->voe()->volume()->GetSpeechOutputLevel(channel, ulevel);
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc3297 _veVolumeControlPtr->GetSpeechOutputLevel(-1, combinedOutputLevel);

Completed in 789 milliseconds