Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DEffects.h437 sp<EffectModule> getEffectFromId_l(int id);
DAudioFlinger.cpp3759 sp<EffectModule> effect = chain->getEffectFromId_l(0); in moveEffectChain_l()
3785 effect = chain->getEffectFromId_l(0); in moveEffectChain_l()
3815 sp<EffectModule> effect = srcChain->getEffectFromId_l(EffectId); in moveAuxEffectToIo()
DEffects.cpp1979 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromId_l(int id) in getEffectFromId_l() function in android::AudioFlinger::EffectChain
DThreads.cpp1517 return chain != 0 ? chain->getEffectFromId_l(effectId) : 0; in getEffect_l()
1549 if (chain->getEffectFromId_l(effect->id()) != 0) { in addEffect_l()