Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:EffectModule

858 void AudioFlinger::ThreadBase::checkSuspendOnEffectEnabled(const sp<EffectModule>& effect,
866 void AudioFlinger::ThreadBase::checkSuspendOnEffectEnabled_l(const sp<EffectModule>& effect,
897 sp<EffectModule> effect;
982 effect = new EffectModule(this, chain, desc, id, sessionId);
1030 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect(int sessionId, int effectId)
1036 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect_l(int sessionId, int effectId)
1044 status_t AudioFlinger::ThreadBase::addEffect_l(const sp<EffectModule>& effect)
1088 void AudioFlinger::ThreadBase::removeEffect_l(const sp<EffectModule>& effect) {
2368 sp<EffectModule> effect = getEffect_l(AUDIO_SESSION_OUTPUT_MIX, EffectId);