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

/frameworks/av/services/audioflinger/
H A DEffects.h24 // EffectModule and EffectChain classes both have their own mutex to protect
27 // AudioFlinger -> ThreadBase -> EffectChain -> EffectModule
28 // AudioHandle -> ThreadBase -> EffectChain -> EffectModule
34 // The EffectModule class is a wrapper object controlling the effect engine implementation
41 // When controlling an auxiliary effect, the EffectModule also provides an input buffer used by
43 class EffectModule : public RefBase { class in inherits:RefBase
45 EffectModule(ThreadBase *thread,
51 virtual ~EffectModule();
145 DISALLOW_COPY_AND_ASSIGN(EffectModule);
183 // ownership and state and has a pointer to the EffectModule objec
[all...]
H A DEffects.cpp56 // EffectModule implementation
60 #define LOG_TAG "AudioFlinger::EffectModule"
62 AudioFlinger::EffectModule::EffectModule(ThreadBase *thread, function in class:android::AudioFlinger::EffectModule
117 AudioFlinger::EffectModule::~EffectModule()
123 ALOGW("EffectModule %p destructor called with unreleased interface, effect %s",
130 status_t AudioFlinger::EffectModule::addHandle(EffectHandle *handle)
169 ssize_t AudioFlinger::EffectModule::removeHandle(EffectHandle *handle)
175 ssize_t AudioFlinger::EffectModule
[all...]

Completed in 12 milliseconds