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

  /frameworks/av/services/audioflinger/
Effects.h 24 // EffectModule and EffectChain classes both have their own mutex to protect
27 // AudioFlinger -> ThreadBase -> EffectChain -> EffectModule
33 // The EffectModule class is a wrapper object controlling the effect engine implementation
40 // When controlling an auxiliary effect, the EffectModule also provides an input buffer used by
42 class EffectModule : public RefBase {
44 EffectModule(ThreadBase *thread,
49 virtual ~EffectModule();
133 EffectModule(const EffectModule&);
134 EffectModule& operator = (const EffectModule&)
    [all...]
Effects.cpp 52 // EffectModule implementation
56 #define LOG_TAG "AudioFlinger::EffectModule"
58 AudioFlinger::EffectModule::EffectModule(ThreadBase *thread,
97 AudioFlinger::EffectModule::~EffectModule()
107 status_t AudioFlinger::EffectModule::addHandle(EffectHandle *handle)
146 size_t AudioFlinger::EffectModule::removeHandle(EffectHandle *handle)
180 // must be called with EffectModule::mLock held
181 AudioFlinger::EffectHandle *AudioFlinger::EffectModule::controlHandle_l(
    [all...]
Threads.h 315 sp<AudioFlinger::EffectModule> getEffect(int sessionId, int effectId);
316 sp<AudioFlinger::EffectModule> getEffect_l(int sessionId, int effectId);
319 status_t addEffect_l(const sp< EffectModule>& effect);
322 void removeEffect_l(const sp< EffectModule>& effect);
339 void checkSuspendOnEffectEnabled(const sp<EffectModule>& effect,
342 void checkSuspendOnEffectEnabled_l(const sp<EffectModule>& effect,
    [all...]
AudioFlinger.h 449 class EffectModule;
587 bool updateOrphanEffectChains(const sp<EffectModule>& effect);
    [all...]
AudioFlinger.cpp     [all...]
Threads.cpp 858 void AudioFlinger::ThreadBase::checkSuspendOnEffectEnabled(const sp<EffectModule>& effect,
866 void AudioFlinger::ThreadBase::checkSuspendOnEffectEnabled_l(const sp<EffectModule>& effect,
    [all...]
Tracks.cpp     [all...]

Completed in 80 milliseconds