Searched refs:addEffect_l (Results 1 – 6 of 6) sorted by relevance
266 status_t addEffect_l(const sp<EffectModule>& handle);
968 status = playbackThread->addEffect_l(effect); in attachAuxEffect()970 srcThread->addEffect_l(effect); in attachAuxEffect()981 srcThread->addEffect_l(effect); in attachAuxEffect()
319 status_t addEffect_l(const sp< EffectModule>& effect);
2676 status = dstThread->addEffect_l(effect); in moveEffectChain_l()2710 srcThread->addEffect_l(removed[i]); in moveEffectChain_l()
989 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::ThreadBase1073 status_t status = chain->addEffect_l(effect); in addEffect_l()
1467 status_t AudioFlinger::EffectChain::addEffect_l(const sp<EffectModule>& effect) in addEffect_l() function in android::AudioFlinger::EffectChain