Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DEffects.h277 sp<EffectModule> getEffectFromId_l(int id);
DAudioFlinger.cpp2863 sp<EffectModule> effect = chain->getEffectFromId_l(0); in moveEffectChain_l()
2898 effect = chain->getEffectFromId_l(0); in moveEffectChain_l()
DTracks.cpp899 sp<EffectModule> effect = chain->getEffectFromId_l(EffectId); in attachAuxEffect()
DEffects.cpp1420 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromId_l(int id) in getEffectFromId_l() function in android::AudioFlinger::EffectChain
DThreads.cpp1503 return chain != 0 ? chain->getEffectFromId_l(effectId) : 0; in getEffect_l()
1529 if (chain->getEffectFromId_l(effect->id()) != 0) { in addEffect_l()