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

/frameworks/av/services/audioflinger/
H A DThreads.h322 // add an effect chain to the chain list (mEffectChains)
324 // remove an effect chain from the chain list (mEffectChains)
329 // Also sets the parameter 'effectChains' to current value of mEffectChains.
333 // get a copy of mEffectChains vector
334 Vector< sp<EffectChain> > getEffectChains_l() const { return mEffectChains; };
437 friend class AudioFlinger; // for mEffectChains
479 Vector< sp<EffectChain> > mEffectChains; member in class:ThreadBase

Completed in 403 milliseconds