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 57 const wp<AudioFlinger::EffectChain>& chain,
284 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
45 const wp<AudioFlinger::EffectChain>& chain,
91 void setChain(const wp<EffectChain>& chain) { mChain = chain; }
100 wp<EffectChain>& chain() { return mChain; }
141 wp<EffectChain> mChain; // parent effect chain
233 // the EffectChain class represents a group of effects associated to one audio session.
234 // There can be any number of EffectChain objects per output mixer thread (PlaybackThread).
237 // tracks) are insert only. The EffectChain maintains an ordered list of effect module, the
240 class EffectChain : public RefBase
    [all...]

Completed in 1024 milliseconds