Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp3765 status = dstThread->addEffect_l(effect); in moveEffectChain_l()
3790 srcThread->addEffect_l(removed[i]); in moveEffectChain_l()
3820 status = dstThread->addEffect_l(effect); in moveAuxEffectToIo()
3822 thread->addEffect_l(effect); in moveAuxEffectToIo()
3829 thread->addEffect_l(effect); in moveAuxEffectToIo()
DEffects.h429 status_t addEffect_l(const sp<EffectModule>& handle);
DThreads.h396 status_t addEffect_l(const sp< EffectModule>& effect);
DEffects.cpp2107 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect) in addEffect_l() function in android::AudioFlinger::EffectChain
DThreads.cpp1528 status_t AudioFlinger::ThreadBase::addEffect_l(const sp<EffectModule>& effect) in addEffect_l() function in android::AudioFlinger::ThreadBase
1557 status_t status = chain->addEffect_l(effect); in addEffect_l()