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