Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: webrtc/test/mock_voice_engine.h

Issue 2295113002: Removing the RX processing APIs from VoEAudioProcessing: (Closed)
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/media/engine/fakewebrtcvoiceengine.h ('k') | webrtc/voice_engine/channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/mock_voice_engine.h
diff --git a/webrtc/test/mock_voice_engine.h b/webrtc/test/mock_voice_engine.h
index abd493b9d95fb505fe2105d2ff7595ae2ddfa881..4118977c0bb7f01ff5454390b878d577f1b2a7a7 100644
--- a/webrtc/test/mock_voice_engine.h
+++ b/webrtc/test/mock_voice_engine.h
@@ -79,15 +79,6 @@ class MockVoiceEngine : public VoiceEngineImpl {
MOCK_METHOD2(GetAecmMode, int(AecmModes& mode, bool& enabledCNG));
MOCK_METHOD1(EnableHighPassFilter, int(bool enable));
MOCK_METHOD0(IsHighPassFilterEnabled, bool());
- MOCK_METHOD3(SetRxNsStatus, int(int channel, bool enable, NsModes mode));
- MOCK_METHOD3(GetRxNsStatus, int(int channel, bool& enabled, NsModes& mode));
- MOCK_METHOD3(SetRxAgcStatus, int(int channel, bool enable, AgcModes mode));
- MOCK_METHOD3(GetRxAgcStatus, int(int channel, bool& enabled, AgcModes& mode));
- MOCK_METHOD2(SetRxAgcConfig, int(int channel, AgcConfig config));
- MOCK_METHOD2(GetRxAgcConfig, int(int channel, AgcConfig& config));
- MOCK_METHOD2(RegisterRxVadObserver,
- int(int channel, VoERxVadCallback& observer));
- MOCK_METHOD1(DeRegisterRxVadObserver, int(int channel));
MOCK_METHOD1(VoiceActivityIndicator, int(int channel));
MOCK_METHOD1(SetEcMetricsStatus, int(bool enable));
MOCK_METHOD1(GetEcMetricsStatus, int(bool& enabled));
« no previous file with comments | « webrtc/media/engine/fakewebrtcvoiceengine.h ('k') | webrtc/voice_engine/channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698