Home
last modified time | relevance | path

Searched refs:GetAgcStatus (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Daudio_processing_test.cc41 EXPECT_EQ(0, voe_apm_->GetAgcStatus(agc_enabled, agc_mode)); in TryEnablingAgcWithMode()
147 EXPECT_EQ(0, voe_apm_->GetAgcStatus(agc_enabled, agc_mode)); in TEST_F()
386 EXPECT_EQ(0, voe_apm_->GetAgcStatus(agc_enabled, agc_mode)); in TEST_F()
/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.h28 int GetAgcStatus(bool& enabled, AgcModes& mode) override;
Dvoe_audio_processing_impl.cc225 int VoEAudioProcessingImpl::GetAgcStatus(bool& enabled, AgcModes& mode) { in GetAgcStatus() function in webrtc::VoEAudioProcessingImpl
/external/webrtc/webrtc/voice_engine/include/
Dvoe_audio_processing.h81 virtual int GetAgcStatus(bool& enabled, AgcModes& mode) = 0;
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine_unittest.cc2538 voe_.GetAgcStatus(agc_enabled, agc_mode); in TEST_F()
2563 voe_.GetAgcStatus(agc_enabled, agc_mode); in TEST_F()
2595 voe_.GetAgcStatus(agc_enabled, agc_mode); in TEST_F()
2640 voe_.GetAgcStatus(agc_enabled, agc_mode); in TEST_F()
2647 voe_.GetAgcStatus(agc_enabled, agc_mode); in TEST_F()
2691 voe_.GetAgcStatus(agc_enabled, agc_mode); in TEST_F()
2776 voe_.GetAgcStatus(agc_enabled, agc_mode); in TEST_F()
2784 voe_.GetAgcStatus(agc_enabled, agc_mode); in TEST_F()
2792 voe_.GetAgcStatus(agc_enabled, agc_mode); in TEST_F()
2813 voe_.GetAgcStatus(agc_enabled, agc_mode); in TEST_F()
Dfakewebrtcvoiceengine.h692 WEBRTC_FUNC(GetAgcStatus, (bool& enabled, webrtc::AgcModes& mode)) {
/external/webrtc/webrtc/test/
Dmock_voice_engine.h54 MOCK_METHOD2(GetAgcStatus, int(bool& enabled, AgcModes& mode));
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc623 res = apm->GetAgcStatus(enable, agcmode); in RunTest()