Searched refs:levelEstimator (Results 1 – 7 of 7) sorted by relevance
105 case AutomaticGainControlV2::levelEstimator: { in setParameterSpecific()107 param.get<AutomaticGainControlV2::levelEstimator>()) != in setParameterSpecific()153 case AutomaticGainControlV2::levelEstimator: { in getParameterAutomaticGainControlV2()154 param.set<AutomaticGainControlV2::levelEstimator>(mContext->getLevelEstimator()); in getParameterAutomaticGainControlV2()210 AutomaticGainControlV2::LevelEstimator levelEstimator) { in setLevelEstimator() argument211 mLevelEstimator = levelEstimator; in setLevelEstimator()
37 RetCode setLevelEstimator(AutomaticGainControlV2::LevelEstimator levelEstimator);
131 void addLevelEstimatorParam(AutomaticGainControlV2::LevelEstimator levelEstimator) { in addLevelEstimatorParam() argument133 AGC2.set<AutomaticGainControlV2::levelEstimator>(levelEstimator); in addLevelEstimatorParam()134 mTags.push_back({AutomaticGainControlV2::levelEstimator, AGC2}); in addLevelEstimatorParam()
64 LevelEstimator levelEstimator;
39 android.hardware.audio.effect.AutomaticGainControlV2.LevelEstimator levelEstimator;