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

/frameworks/av/services/audioflinger/
H A DThreads.cpp937 Vector< sp<AudioFlinger::EffectChain> >& effectChains)
939 effectChains = mEffectChains;
946 const Vector< sp<AudioFlinger::EffectChain> >& effectChains)
948 for (size_t i = 0; i < effectChains.size(); i++) {
949 effectChains[i]->unlock();
1716 Vector< sp<EffectChain> > effectChains = mEffectChains; local
1717 for (size_t i = 0; i < effectChains.size(); i ++) {
1718 mAudioFlinger->moveEffectChain_l(effectChains[i]->sessionId(), this, this, false);
2188 Vector< sp<EffectChain> > effectChains; local
2289 lockEffectChains_l(effectChains);
936 lockEffectChains_l( Vector< sp<AudioFlinger::EffectChain> >& effectChains) argument
945 unlockEffectChains( const Vector< sp<AudioFlinger::EffectChain> >& effectChains) argument
4420 Vector< sp<EffectChain> > effectChains; local
[all...]
H A DThreads.h183 // Also sets the parameter 'effectChains' to current value of mEffectChains.
184 void lockEffectChains_l(Vector< sp<EffectChain> >& effectChains);
186 void unlockEffectChains(const Vector< sp<EffectChain> >& effectChains);
H A DAudioFlinger.cpp1618 Vector< sp<EffectChain> > effectChains = thread->getEffectChains_l(); local
1619 for (size_t i = 0; i < effectChains.size(); i ++) {
1620 moveEffectChain_l(effectChains[i]->sessionId(), thread.get(), dstThread, true);

Completed in 202 milliseconds