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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2112 Vector< sp<EffectChain> > effectChains = mEffectChains; local
2113 for (size_t i = 0; i < effectChains.size(); i ++) {
2114 mAudioFlinger->moveEffectChain_l(effectChains[i]->sessionId(), this, this, false);
2577 Vector< sp<EffectChain> > effectChains; local
2638 lockEffectChains_l(effectChains);
2654 for (size_t i = 0; i < effectChains.size(); i ++) {
2655 effectChains[i]->process_l();
2660 unlockEffectChains(effectChains);
2702 effectChains.clear();
2704 // FIXME Note that the above .clear() is no longer necessary since effectChains
6029 Vector< sp<EffectChain> > effectChains; local
7926 lockEffectChains_l( Vector< sp<AudioFlinger::EffectChain> >& effectChains) argument
7935 unlockEffectChains( const Vector< sp<AudioFlinger::EffectChain> >& effectChains) argument
[all...]
H A DAudioFlinger.h616 // Also sets the parameter 'effectChains' to current value of mEffectChains.
617 void lockEffectChains_l(Vector< sp<EffectChain> >& effectChains);
619 void unlockEffectChains(const Vector< sp<EffectChain> >& effectChains);

Completed in 510 milliseconds