Lines Matching refs:EffectModule
1310 if (EffectModule::isHapticGenerator(&desc->type)) { in checkEffectCompatibility_l()
1333 if (EffectModule::isHapticGenerator(&desc->type) && mHapticChannelCount == 0) { in checkEffectCompatibility_l()
1483 sp<EffectModule> effect; in createEffect_l()
1579 sp<EffectModule> effect; in disconnectEffectHandle()
1605 void AudioFlinger::ThreadBase::onEffectEnable(const sp<EffectModule>& effect) { in onEffectEnable()
1628 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect(audio_session_t sessionId, in getEffect()
1635 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect_l(audio_session_t sessionId, in getEffect_l()
1650 status_t AudioFlinger::ThreadBase::addEffect_l(const sp<EffectModule>& effect) in addEffect_l()
1695 void AudioFlinger::ThreadBase::removeEffect_l(const sp<EffectModule>& effect, bool release) { in removeEffect_l()
3634 sp<EffectModule> effect = getEffect_l(AUDIO_SESSION_OUTPUT_MIX, EffectId); in attachAuxEffect_l()
10073 if (EffectModule::isHapticGenerator(&desc->type)) { in checkEffectCompatibility_l()