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

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

Completed in 82 milliseconds