Home
last modified time | relevance | path

Searched refs:addEffect_l (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audioflinger/
DEffects.h266 status_t addEffect_l(const sp<EffectModule>& handle);
DTracks.cpp968 status = playbackThread->addEffect_l(effect); in attachAuxEffect()
970 srcThread->addEffect_l(effect); in attachAuxEffect()
981 srcThread->addEffect_l(effect); in attachAuxEffect()
DThreads.h319 status_t addEffect_l(const sp< EffectModule>& effect);
DAudioFlinger.cpp2676 status = dstThread->addEffect_l(effect); in moveEffectChain_l()
2710 srcThread->addEffect_l(removed[i]); in moveEffectChain_l()
DThreads.cpp989 lStatus = chain->addEffect_l(effect); in createEffect_l()
1044 status_t AudioFlinger::ThreadBase::addEffect_l(const sp<EffectModule>& effect) in addEffect_l() function in android::AudioFlinger::ThreadBase
1073 status_t status = chain->addEffect_l(effect); in addEffect_l()
DEffects.cpp1467 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect) in addEffect_l() function in android::AudioFlinger::EffectChain