Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp3668 nsecs_t lastWarning = 0; in threadLoop() local
4121 if ((lastIoEndNs - lastWarning) > kWarningThrottleNs) { in threadLoop()
4127 lastWarning = lastIoEndNs; in threadLoop()
7492 nsecs_t lastWarning = 0; in threadLoop() local
8006 if ((now - lastWarning) > kWarningThrottleNs) { in threadLoop()
8008 lastWarning = now; in threadLoop()