Lines Matching refs:RetCode
97 RetCode::SUCCESS, in setParameterSpecific()
104 RetCode::SUCCESS, in setParameterSpecific()
111 param.get<AutomaticGainControlV1::enableLimiter>()) != RetCode::SUCCESS, in setParameterSpecific()
180 RetCode AutomaticGainControlV1Sw::releaseContext() { in releaseContext()
184 return RetCode::SUCCESS; in releaseContext()
197 RetCode AutomaticGainControlV1SwContext::setTargetPeakLevel(int targetPeakLevel) { in setTargetPeakLevel()
199 return RetCode::SUCCESS; in setTargetPeakLevel()
206 RetCode AutomaticGainControlV1SwContext::setMaxCompressionGain(int maxCompressionGain) { in setMaxCompressionGain()
208 return RetCode::SUCCESS; in setMaxCompressionGain()
215 RetCode AutomaticGainControlV1SwContext::setEnableLimiter(bool enableLimiter) { in setEnableLimiter()
217 return RetCode::SUCCESS; in setEnableLimiter()