Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DEffects.h260 sp<EffectModule> getEffectFromId_l(int id);
DAudioFlinger.cpp2206 sp<EffectModule> effect = chain->getEffectFromId_l(0); in moveEffectChain_l()
2234 effect = chain->getEffectFromId_l(0); in moveEffectChain_l()
DTracks.cpp764 sp<EffectModule> effect = chain->getEffectFromId_l(EffectId); in attachAuxEffect()
DEffects.cpp1179 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromId_l(int id) in getEffectFromId_l() function in android::AudioFlinger::EffectChain
DThreads.cpp799 return chain != 0 ? chain->getEffectFromId_l(effectId) : 0; in getEffect_l()
821 if (chain->getEffectFromId_l(effect->id()) != 0) { in addEffect_l()