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

/frameworks/av/services/audioflinger/
H A DEffects.h273 sp<EffectModule> getEffectFromId_l(int id);
H A DAudioFlinger.cpp2737 sp<EffectModule> effect = chain->getEffectFromId_l(0);
2772 effect = chain->getEffectFromId_l(0);
H A DEffects.cpp1379 // getEffectFromId_l() must be called with ThreadBase::mLock held
1380 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromId_l(int id) function in class:android::AudioFlinger::EffectChain
H A DTracks.cpp949 sp<EffectModule> effect = chain->getEffectFromId_l(EffectId);
H A DThreads.cpp1284 return chain != 0 ? chain->getEffectFromId_l(effectId) : 0;
1310 if (chain->getEffectFromId_l(effect->id()) != 0) {

Completed in 63 milliseconds