HomeSort by relevance Sort by last modified time
    Searched defs:EffectChain (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audioflinger/
Effects.cpp 56 const wp<AudioFlinger::EffectChain>& chain,
292 sp<EffectChain> chain = mChain.promote();
    [all...]
Effects.h 24 // EffectModule and EffectChain classes both have their own mutex to protect
27 // AudioFlinger -> ThreadBase -> EffectChain -> EffectModule
41 const wp<AudioFlinger::EffectChain>& chain,
87 void setChain(const wp<EffectChain>& chain) { mChain = chain; }
96 wp<EffectChain>& chain() { return mChain; }
132 wp<EffectChain> mChain; // parent effect chain
223 // the EffectChain class represents a group of effects associated to one audio session.
224 // There can be any number of EffectChain objects per output mixer thread (PlaybackThread).
227 // tracks) are insert only. The EffectChain maintains an ordered list of effect module, the
230 class EffectChain : public RefBase
    [all...]

Completed in 263 milliseconds