Lines Matching refs:EffectModule
1286 if (EffectModule::isHapticGenerator(&desc->type)) { in checkEffectCompatibility_l()
1309 if (EffectModule::isHapticGenerator(&desc->type) && mHapticChannelCount == 0) { in checkEffectCompatibility_l()
1423 sp<EffectModule> effect; in createEffect_l()
1518 sp<EffectModule> effect; in disconnectEffectHandle()
1543 void AudioFlinger::ThreadBase::onEffectEnable(const sp<EffectModule>& effect) { in onEffectEnable()
1566 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect(audio_session_t sessionId, in getEffect()
1573 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect_l(audio_session_t sessionId, in getEffect_l()
1588 status_t AudioFlinger::ThreadBase::addEffect_l(const sp<EffectModule>& effect) in addEffect_l()
1633 void AudioFlinger::ThreadBase::removeEffect_l(const sp<EffectModule>& effect, bool release) { in removeEffect_l()
3465 sp<EffectModule> effect = getEffect_l(AUDIO_SESSION_OUTPUT_MIX, EffectId); in attachAuxEffect_l()
9757 if (EffectModule::isHapticGenerator(&desc->type)) { in checkEffectCompatibility_l()