Searched defs:kWarningThrottleNs (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.cpp94 static const nsecs_t kWarningThrottleNs = seconds(5); member in namespace:android
2355 if ((now - lastWarning) > kWarningThrottleNs) {
4616 if ((now - lastWarning) > kWarningThrottleNs) {

Completed in 16 milliseconds