Home
last modified time | relevance | path

Searched refs:getEffect_l (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.h325 sp<AudioFlinger::EffectModule> getEffect_l(int sessionId, int effectId);
DThreads.cpp1278 return getEffect_l(sessionId, effectId); in getEffect()
1281 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect_l(int sessionId, int effectId) in getEffect_l() function in android::AudioFlinger::ThreadBase
2673 sp<EffectModule> effect = getEffect_l(AUDIO_SESSION_OUTPUT_MIX, EffectId); in attachAuxEffect_l()