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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h660 // Store an effect chain to mOrphanEffectChains keyed vector.
665 // mOrphanEffectChains. Note that this should never happen as there is only one
668 // Get an effect chain for the specified session in mOrphanEffectChains and remove
672 // effect belongs to an effect chain in mOrphanEffectChains, the chain is updated
673 // and removed from mOrphanEffectChains if it does not contain any effect.
674 // Return true if the effect was found in mOrphanEffectChains, false otherwise.
779 DefaultKeyedVector< audio_session_t , sp<EffectChain> > mOrphanEffectChains; member in class:android::AudioFlinger

Completed in 9 milliseconds