Lines Matching refs:aec
69 auto aec = AcousticEchoCanceler::make<AcousticEchoCanceler::echoDelayUs>(0); in getDefaultParamSpecific() local
70 if (!isParameterValid<AcousticEchoCanceler, Range::acousticEchoCanceler>(aec, in getDefaultParamSpecific()
76 Parameter::Specific::make<Parameter::Specific::acousticEchoCanceler>(aec); in getDefaultParamSpecific()
91 auto& aec = it.second; in SetAndGetParameters() local
97 isParameterValid<AcousticEchoCanceler, Range::acousticEchoCanceler>(aec, desc); in SetAndGetParameters()
103 specific.set<Parameter::Specific::acousticEchoCanceler>(aec); in SetAndGetParameters()
123 AcousticEchoCanceler aec; in addEchoDelayParam() local
124 aec.set<AcousticEchoCanceler::echoDelayUs>(delay); in addEchoDelayParam()
125 mTags.push_back({AcousticEchoCanceler::echoDelayUs, aec}); in addEchoDelayParam()
129 AcousticEchoCanceler aec; in addMobileModeParam() local
130 aec.set<AcousticEchoCanceler::mobileMode>(mode); in addMobileModeParam()
131 mTags.push_back({AcousticEchoCanceler::mobileMode, aec}); in addMobileModeParam()