Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h785 uint32_t mThreadThrottleEndMs; // notify once per throttling variable
DThreads.cpp2427 mThreadThrottleEndMs = 0; in readOutputParameters_l()
3317 ALOGV_IF(mThreadThrottleEndMs == mThreadThrottleTimeMs, in threadLoop()
3326 uint32_t diff = mThreadThrottleTimeMs - mThreadThrottleEndMs; in threadLoop()
3332 mThreadThrottleEndMs = mThreadThrottleTimeMs; in threadLoop()