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

/hardware/interfaces/audio/effect/2.0/
H A DIAutomaticGainControlEffect.hal36 setCompGain(int16_t compGainMb) generates (Result retval);
41 getCompGain() generates (Result retval, int16_t compGainMb);
55 int16_t compGainMb;
/hardware/interfaces/audio/effect/2.0/default/
H A DAutomaticGainControlEffect.cpp39 properties->compGainMb = halProperties.compGain;
47 halProperties->compGain = properties.compGainMb;
201 Return<Result> AutomaticGainControlEffect::setCompGain(int16_t compGainMb) { argument
202 return mEffect->setParam(AGC_PARAM_COMP_GAIN, compGainMb);
H A DAutomaticGainControlEffect.h105 Return<Result> setCompGain(int16_t compGainMb) override;

Completed in 241 milliseconds