Searched refs:targetLevelMb (Results 1 - 3 of 3) sorted by relevance

/hardware/interfaces/audio/effect/2.0/
H A DIAutomaticGainControlEffect.hal26 setTargetLevel(int16_t targetLevelMb) generates (Result retval);
31 getTargetLevel() generates (Result retval, int16_t targetLevelMb);
54 int16_t targetLevelMb;
/hardware/interfaces/audio/effect/2.0/default/
H A DAutomaticGainControlEffect.cpp38 properties->targetLevelMb = halProperties.targetLevel;
46 halProperties->targetLevel = properties.targetLevelMb;
193 Return<Result> AutomaticGainControlEffect::setTargetLevel(int16_t targetLevelMb) { argument
194 return mEffect->setParam(AGC_PARAM_TARGET_LEVEL, targetLevelMb);
H A DAutomaticGainControlEffect.h103 Return<Result> setTargetLevel(int16_t targetLevelMb) override;

Completed in 84 milliseconds