Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp4014 nsecs_t lastWarning = 0; in threadLoop() local
4521 if ((lastIoEndNs - lastWarning) > kWarningThrottleNs) { in threadLoop()
4527 lastWarning = lastIoEndNs; in threadLoop()
8263 nsecs_t lastWarning = 0; in threadLoop() local
8779 if ((now - lastWarning) > kWarningThrottleNs) { in threadLoop()
8781 lastWarning = now; in threadLoop()