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

/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp89 static const nsecs_t kWarningThrottle = seconds(5); member in namespace:android
1631 if ((now - lastWarning) > kWarningThrottle) {
3944 if ((now - lastWarning) > kWarningThrottle) {

Completed in 1195 milliseconds