Searched refs:compGainMb (Results 1 – 6 of 6) sorted by relevance
36 setCompGain(int16_t compGainMb) generates (Result retval);41 getCompGain() generates (Result retval, int16_t compGainMb);55 int16_t compGainMb;
40 properties->compGainMb = halProperties.compGain; in propertiesFromHal()47 halProperties->compGain = properties.compGainMb; in propertiesToHal()196 Return<Result> AutomaticGainControlEffect::setCompGain(int16_t compGainMb) { in setCompGain() argument197 return mEffect->setParam(AGC_PARAM_COMP_GAIN, compGainMb); in setCompGain()
99 Return<Result> setCompGain(int16_t compGainMb) override;