Searched refs:compGainMb (Results 1 – 7 of 7) sorted by relevance
36 setCompGain(int16_t compGainMb) generates (Result retval);41 getCompGain() generates (Result retval, int16_t compGainMb);55 int16_t compGainMb;
38 properties->compGainMb = halProperties.compGain; in propertiesFromHal()45 halProperties->compGain = properties.compGainMb; in propertiesToHal()208 Return<Result> AutomaticGainControlEffect::setCompGain(int16_t compGainMb) { in setCompGain() argument209 return mEffect->setParam(AGC_PARAM_COMP_GAIN, compGainMb); in setCompGain()
105 Return<Result> setCompGain(int16_t compGainMb) override;