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

/frameworks/av/services/audioflinger/
H A DThreads.h176 // add an effect chain to the chain list (mEffectChains)
178 // remove an effect chain from the chain list (mEffectChains)
183 // Also sets the parameter 'effectChains' to current value of mEffectChains.
187 // get a copy of mEffectChains vector
188 Vector< sp<EffectChain> > getEffectChains_l() const { return mEffectChains; };
261 friend class AudioFlinger; // for mEffectChains
317 Vector< sp<EffectChain> > mEffectChains; member in class:ThreadBase

Completed in 172 milliseconds