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

/frameworks/av/services/audioflinger/
H A DEffects.h301 sp<EffectModule> getEffectFromId_l(int id);
H A DTracks.cpp1002 sp<EffectModule> effect = chain->getEffectFromId_l(EffectId);
H A DAudioFlinger.cpp3126 sp<EffectModule> effect = chain->getEffectFromId_l(0);
3161 effect = chain->getEffectFromId_l(0);
H A DEffects.cpp1540 // getEffectFromId_l() must be called with ThreadBase::mLock held
1541 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromId_l(int id) function in class:android::AudioFlinger::EffectChain
H A DThreads.cpp1412 return chain != 0 ? chain->getEffectFromId_l(effectId) : 0;
1438 if (chain->getEffectFromId_l(effect->id()) != 0) {

Completed in 124 milliseconds