Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp2704 nsecs_t lastWarning = 0; in threadLoop() local
2949 if ((now - lastWarning) > kWarningThrottleNs) { in threadLoop()
2953 lastWarning = now; in threadLoop()
5604 nsecs_t lastWarning = 0; in threadLoop() local
5959 if ((now - lastWarning) > kWarningThrottleNs) { in threadLoop()
5961 lastWarning = now; in threadLoop()