Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp3025 mThreadThrottleTimeMs = 0; in readOutputParameters_l()
4173 ALOGV_IF(mThreadThrottleEndMs == mThreadThrottleTimeMs, in threadLoop()
4177 mThreadThrottleTimeMs += throttleMs; in threadLoop()
4183 uint32_t diff = mThreadThrottleTimeMs - mThreadThrottleEndMs; in threadLoop()
4192 mThreadThrottleEndMs = mThreadThrottleTimeMs; in threadLoop()
5985 dprintf(fd, " Thread throttle time (msecs): %u\n", mThreadThrottleTimeMs); in dumpInternals_l()
H A DThreads.h1067 uint32_t mThreadThrottleTimeMs; // throttle time for MIXER threads variable