Home
last modified time | relevance | path

Searched refs:process_l (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/
DIAfEffect.h236 virtual void process_l() REQUIRES(audio_utils::EffectChain_Mutex) = 0;
DEffects.h430 void process_l() final REQUIRES(audio_utils::EffectChain_Mutex);
DThreads.cpp4363 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()
DEffects.cpp2272 void EffectChain::process_l() { in process_l() function in android::EffectChain