Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp3717 status = dstThread->addEffect_l(effect); in moveEffectChain_l()
3742 srcThread->addEffect_l(removed[i]); in moveEffectChain_l()
3772 status = dstThread->addEffect_l(effect); in moveAuxEffectToIo()
3774 thread->addEffect_l(effect); in moveAuxEffectToIo()
3781 thread->addEffect_l(effect); in moveAuxEffectToIo()
DEffects.h430 status_t addEffect_l(const sp<EffectModule>& handle);
DThreads.h383 status_t addEffect_l(const sp< EffectModule>& effect);
DEffects.cpp2102 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect) in addEffect_l() function in android::AudioFlinger::EffectChain
DThreads.cpp1490 status_t AudioFlinger::ThreadBase::addEffect_l(const sp<EffectModule>& effect) in addEffect_l() function in android::AudioFlinger::ThreadBase
1519 status_t status = chain->addEffect_l(effect); in addEffect_l()