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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h337 class EffectModule;
517 void disconnectEffect(const sp< EffectModule>& effect,
547 sp<AudioFlinger::EffectModule> getEffect(int sessionId, int effectId);
548 sp<AudioFlinger::EffectModule> getEffect_l(int sessionId, int effectId);
551 status_t addEffect_l(const sp< EffectModule>& effect);
554 void removeEffect_l(const sp< EffectModule>& effect);
571 void checkSuspendOnEffectEnabled(const sp<EffectModule>& effect,
574 void checkSuspendOnEffectEnabled_l(const sp<EffectModule>& effect,
1458 // EffectModule and EffectChain classes both have their own mutex to protect
1461 // AudioFlinger -> ThreadBase -> EffectChain -> EffectModule
[all...]
H A DAudioFlinger.cpp1478 void AudioFlinger::ThreadBase::checkSuspendOnEffectEnabled(const sp<EffectModule>& effect,
1486 void AudioFlinger::ThreadBase::checkSuspendOnEffectEnabled_l(const sp<EffectModule>& effect,
4708 sp<EffectModule> effect = chain->getEffectFromId_l(EffectId);
4715 if (effect->state() == EffectModule::ACTIVE ||
4716 effect->state() == EffectModule::STOPPING) {
7191 sp<EffectModule> effect = ec->mEffects[0];
7552 sp<EffectModule> effect = chain->getEffectFromId_l(0);
7557 if (effect->state() == EffectModule::ACTIVE ||
7558 effect->state() == EffectModule::STOPPING) {
7598 sp<EffectModule> effec
8000 AudioFlinger::EffectModule::EffectModule(ThreadBase *thread, function in class:android::AudioFlinger::EffectModule
[all...]

Completed in 720 milliseconds