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

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

Completed in 96 milliseconds