Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp997 const nsecs_t nextAnrCheck = processAnrsLocked(); in dispatchOnce() local
998 nextWakeupTime = std::min(nextWakeupTime, nextAnrCheck); in dispatchOnce()
1047 nsecs_t nextAnrCheck = LLONG_MAX; in processAnrsLocked() local
1057 nextAnrCheck = *mNoFocusedWindowTimeoutTime; in processAnrsLocked()
1062 nextAnrCheck = std::min(nextAnrCheck, mAnrTracker.firstTimeout()); in processAnrsLocked()
1063 if (currentTime < nextAnrCheck) { // most likely scenario in processAnrsLocked()
1064 return nextAnrCheck; // everything is normal. Let's check again at nextAnrCheck in processAnrsLocked()
1071 return nextAnrCheck; in processAnrsLocked()