Searched refs:addEffect_ll (Results 1 – 2 of 2) sorted by relevance
292 status_t addEffect_ll(const sp<EffectModule>& handle);
1683 lStatus = addEffect_ll(effect); in createEffect_l()1695 return addEffect_ll(effect); in addEffect_l()1698 status_t AudioFlinger::EffectChain::addEffect_ll(const sp<EffectModule>& effect) in addEffect_ll() function in android::AudioFlinger::EffectChain