Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DEffects.h438 sp<EffectModule> getEffectFromId_l(int id);
DAudioFlinger.cpp3711 sp<EffectModule> effect = chain->getEffectFromId_l(0); in moveEffectChain_l()
3737 effect = chain->getEffectFromId_l(0); in moveEffectChain_l()
3767 sp<EffectModule> effect = srcChain->getEffectFromId_l(EffectId); in moveAuxEffectToIo()
DEffects.cpp1974 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromId_l(int id) in getEffectFromId_l() function in android::AudioFlinger::EffectChain
DThreads.cpp1479 return chain != 0 ? chain->getEffectFromId_l(effectId) : 0; in getEffect_l()
1511 if (chain->getEffectFromId_l(effect->id()) != 0) { in addEffect_l()