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

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
Index: webrtc/test/mock_voice_engine.h
diff --git a/webrtc/test/mock_voice_engine.h b/webrtc/test/mock_voice_engine.h
index 469028dbf692cfb486573a706f929337dc4d8a5e..114b56d5b0d46042b2519fb0ed6c89ab16f7e70b 100644
--- a/webrtc/test/mock_voice_engine.h
+++ b/webrtc/test/mock_voice_engine.h
@@ -80,15 +80,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));

Powered by Google App Engine
This is Rietveld 408576698