Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/services/audioflinger/
H A DThreads.cpp3304 mThreadThrottleTimeMs = 0; in readOutputParameters_l()
4628 ALOGV_IF(mThreadThrottleEndMs == mThreadThrottleTimeMs, in threadLoop()
4632 mThreadThrottleTimeMs += throttleMs; in threadLoop()
4638 uint32_t diff = mThreadThrottleTimeMs - mThreadThrottleEndMs; in threadLoop()
4648 mThreadThrottleEndMs = mThreadThrottleTimeMs; in threadLoop()
6613 dprintf(fd, " Thread throttle time (msecs): %u\n", (uint32_t)mThreadThrottleTimeMs); in dumpInternals_l()
H A DThreads.h1253 std::atomic<uint32_t> mThreadThrottleTimeMs; variable