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

  /frameworks/base/services/audioflinger/
AudioFlinger.h 279 class EffectChain;
456 sp<EffectChain> getEffectChain(int sessionId);
458 sp<EffectChain> getEffectChain_l(int sessionId);
460 virtual status_t addEffectChain_l(const sp<EffectChain>& chain) = 0;
462 virtual size_t removeEffectChain_l(const sp<EffectChain>& chain) = 0;
466 void lockEffectChains_l(Vector<sp <EffectChain> >& effectChains);
468 void unlockEffectChains(Vector<sp <EffectChain> >& effectChains);
526 void checkSuspendOnAddEffectChain_l(const sp<EffectChain>& chain);
554 Vector< sp<EffectChain> > mEffectChains;
751 virtual status_t addEffectChain_l(const sp<EffectChain>& chain)
    [all...]
AudioFlinger.cpp     [all...]

Completed in 30 milliseconds