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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp4708 sp<EffectModule> effect = chain->getEffectFromId_l(EffectId);
7552 sp<EffectModule> effect = chain->getEffectFromId_l(0);
7580 effect = chain->getEffectFromId_l(0);
7709 return chain != 0 ? chain->getEffectFromId_l(effectId) : 0;
7731 if (chain->getEffectFromId_l(effect->id()) != 0) {
9040 // getEffectFromId_l() must be called with ThreadBase::mLock held
9041 sp<AudioFlinger::EffectModule> AudioFlinger::EffectChain::getEffectFromId_l(int id) function in class:android::AudioFlinger::EffectChain
H A DAudioFlinger.h1684 sp<EffectModule> getEffectFromId_l(int id);

Completed in 50 milliseconds