Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/dynamicsproc/aidl/
DDynamicsProcessingContext.cpp318 return getEqWithType_l(type, ch); in getStageWithType_l()
321 return getEqWithType_l(type, ch); in getStageWithType_l()
334 dp_fx::DPEq* DynamicsProcessingContext::getEqWithType_l(DynamicsProcessingContext::StageType type, in getEqWithType_l() function in aidl::android::hardware::audio::effect::DynamicsProcessingContext
373 auto eq = getEqWithType_l(type, ch); in getEqBandConfigs()
474 nullptr == (dp = getEqWithType_l(type, config.channel)) || !dp->isEnabled(), in setDpChannelBand_l()
DDynamicsProcessingContext.h99 dp_fx::DPEq* getEqWithType_l(StageType type, int ch);