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

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

Completed in 32 milliseconds