Removing dependency of the EchoControlMobileImpl class on ProcessingComponent.

BUG=webrtc:5351

Review URL: https://codereview.webrtc.org/1772453002

Cr-Commit-Position: refs/heads/master@{#11945}
This commit is contained in:
peah
2016-03-10 12:54:25 -08:00
committed by Commit bot
parent f0dcfe2c81
commit bb9edbd048
4 changed files with 152 additions and 138 deletions

View File

@ -198,6 +198,8 @@ class AudioProcessingImpl : public AudioProcessing {
EXCLUSIVE_LOCKS_REQUIRED(crit_capture_);
void InitializeEchoCanceller()
EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
void InitializeEchoControlMobile()
EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);
int InitializeLocked(const ProcessingConfig& config)
EXCLUSIVE_LOCKS_REQUIRED(crit_render_, crit_capture_);