Home
last modified time | relevance | path

Searched refs:mThreadThrottle (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h1066 bool mThreadThrottle; // throttle the thread processing variable
H A DThreads.cpp3024 mThreadThrottle = property_get_bool("af.thread.throttle", true /* default_value */); in readOutputParameters_l()
4142 if (mThreadThrottle in threadLoop()