Home
last modified time | relevance | path

Searched refs:getEffectFromId_l (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DEffects.h471 sp<EffectModule> getEffectFromId_l(int id);
H A DAudioFlinger.cpp4015 sp<EffectModule> effect = chain->getEffectFromId_l(0); in moveEffectChain_l()
4041 effect = chain->getEffectFromId_l(0); in moveEffectChain_l()
4071 sp<EffectModule> effect = srcChain->getEffectFromId_l(EffectId); in moveAuxEffectToIo()
H A DEffects.cpp2100 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromId_l(int id) in getEffectFromId_l() function in android::AudioFlinger::EffectChain
H A DThreads.cpp1639 return chain != 0 ? chain->getEffectFromId_l(effectId) : 0; in getEffect_l()
1671 if (chain->getEffectFromId_l(effect->id()) != 0) { in addEffect_l()