Searched refs:addEffect_l (Results 1 – 6 of 6) sorted by relevance
299 status_t addEffect_l(const sp<EffectModule>& handle);
1060 status = playbackThread->addEffect_l(effect); in attachAuxEffect()1062 srcThread->addEffect_l(effect); in attachAuxEffect()1073 srcThread->addEffect_l(effect); in attachAuxEffect()
341 status_t addEffect_l(const sp< EffectModule>& effect);
3243 status = dstThread->addEffect_l(effect); in moveEffectChain_l()3277 srcThread->addEffect_l(removed[i]); in moveEffectChain_l()
1999 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect) in addEffect_l() function in android::AudioFlinger::EffectChain
1414 status_t AudioFlinger::ThreadBase::addEffect_l(const sp<EffectModule>& effect) in addEffect_l() function in android::AudioFlinger::ThreadBase1443 status_t status = chain->addEffect_l(effect); in addEffect_l()