Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp2399 nsecs_t lastWarning = 0; in threadLoop() local
2633 if ((now - lastWarning) > kWarningThrottleNs) { in threadLoop()
2637 lastWarning = now; in threadLoop()
5102 nsecs_t lastWarning = 0; in threadLoop() local
5554 if ((now - lastWarning) > kWarningThrottleNs) { in threadLoop()
5556 lastWarning = now; in threadLoop()