Searched refs:GetSpeechInputLevelFullRange (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/include/mock/
H A Dmock_voe_volume_control.h36 MOCK_METHOD1(GetSpeechInputLevelFullRange, int(unsigned int& level));
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_volume_control_impl.h39 virtual int GetSpeechInputLevelFullRange(unsigned int& level);
H A Dvoe_volume_control_impl.cc340 int VoEVolumeControlImpl::GetSpeechInputLevelFullRange(unsigned int& level) function in class:webrtc::VoEVolumeControlImpl
343 "GetSpeechInputLevelFullRange(level=?)");
355 "GetSpeechInputLevelFullRange() => %d", level);
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_volume_control.h88 virtual int GetSpeechInputLevelFullRange(unsigned int& level) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dvolume_test.cc260 EXPECT_EQ(0, voe_volume_control_->GetSpeechInputLevelFullRange(
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h1063 WEBRTC_STUB(GetSpeechInputLevelFullRange, (unsigned int&));
H A Dwebrtcvoiceengine.cc3350 GetSpeechInputLevelFullRange(level) != -1) ? level : -1;

Completed in 8083 milliseconds