Searched defs:mEffectChains (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.h299 // add an effect chain to the chain list (mEffectChains)
301 // remove an effect chain from the chain list (mEffectChains)
306 // Also sets the parameter 'effectChains' to current value of mEffectChains.
310 // get a copy of mEffectChains vector
311 Vector< sp<EffectChain> > getEffectChains_l() const { return mEffectChains; };
393 friend class AudioFlinger; // for mEffectChains
430 Vector< sp<EffectChain> > mEffectChains; member in class:ThreadBase

Completed in 430 milliseconds