Home
last modified time | relevance | path

Searched refs:setDpChannelBand_l (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/aidl/
DDynamicsProcessingContext.h105 RetCode setDpChannelBand_l(const std::any& anyConfig, StageType type,
DDynamicsProcessingContext.cpp462 RetCode DynamicsProcessingContext::setDpChannelBand_l(const std::any& anyConfig, StageType type, in setDpChannelBand_l() function in aidl::android::hardware::audio::effect::DynamicsProcessingContext
531 if (RetCode::SUCCESS != setDpChannelBand_l(std::make_any<T>(it), type, bandSet)) { in setBands_l()