Searched refs:process_l (Results 1 – 4 of 4) sorted by relevance
236 virtual void process_l() REQUIRES(audio_utils::EffectChain_Mutex) = 0;
430 void process_l() final REQUIRES(audio_utils::EffectChain_Mutex);
4363 effectChains[i]->process_l(); in threadLoop()4394 effectChains[i]->process_l(); in threadLoop()8463 effectChains[i]->process_l(); in threadLoop()10599 effectChains[i]->process_l(); // Thread is not locked, but effect chain is locked in threadLoop()
2272 void EffectChain::process_l() { in process_l() function in android::EffectChain