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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h345 class EffectChain;
606 sp<EffectChain> getEffectChain(int sessionId);
608 sp<EffectChain> getEffectChain_l(int sessionId) const;
610 virtual status_t addEffectChain_l(const sp<EffectChain>& chain) = 0;
612 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain) = 0;
617 void lockEffectChains_l(Vector< sp<EffectChain> >& effectChains);
619 void unlockEffectChains(const Vector< sp<EffectChain> >& effectChains);
683 void checkSuspendOnAddEffectChain_l(const sp<EffectChain>& chain);
740 Vector< sp<EffectChain> > mEffectChains;
1116 virtual status_t addEffectChain_l(const sp<EffectChain>
1801 class EffectChain: public RefBase { class in class:android::AudioFlinger
[all...]
H A DAudioFlinger.cpp1334 sp<EffectChain> chain = mEffectChains[i];
1415 sp<EffectChain> chain = getEffectChain_l(sessionId);
1427 void AudioFlinger::ThreadBase::checkSuspendOnAddEffectChain_l(const sp<EffectChain>& chain)
1440 if (sessionEffects.keyAt(i) == EffectChain::kKeyForSuspendAll) {
1473 int key = EffectChain::kKeyForSuspendAll;
1535 sp<EffectChain> chain = getEffectChain_l(sessionId);
1849 sp<EffectChain> chain = getEffectChain_l(sessionId);
1960 sp<EffectChain> chain = getEffectChain_l(track->sessionId());
2001 sp<EffectChain> chain = getEffectChain_l(track->sessionId());
2112 Vector< sp<EffectChain> > effectChain
9182 AudioFlinger::EffectChain::EffectChain(ThreadBase *thread, function in class:android::AudioFlinger::EffectChain
[all...]

Completed in 103 milliseconds