Home
last modified time | relevance | path

Searched refs:setAutomaticGainControlV1TargetPeakLevel (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/preprocessing/aidl/
DPreProcessingContext.h59 RetCode setAutomaticGainControlV1TargetPeakLevel(int targetPeakLevel);
DPreProcessingContext.cpp179 RetCode PreProcessingContext::setAutomaticGainControlV1TargetPeakLevel(int targetPeakLevel) { in setAutomaticGainControlV1TargetPeakLevel() function in aidl::android::hardware::audio::effect::PreProcessingContext
DEffectPreProcessing.cpp167 RETURN_IF(mContext->setAutomaticGainControlV1TargetPeakLevel( in setParameterAutomaticGainControlV1()