Searched refs:nextAnrCheck (Results 1 – 1 of 1) sorted by relevance
997 const nsecs_t nextAnrCheck = processAnrsLocked(); in dispatchOnce() local998 nextWakeupTime = std::min(nextWakeupTime, nextAnrCheck); in dispatchOnce()1047 nsecs_t nextAnrCheck = LLONG_MAX; in processAnrsLocked() local1057 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()