Searched refs:next_event (Results 1 – 1 of 1) sorted by relevance
639 int64_t next_event = INT64_MAX; in OnPrepareToWait() local645 if (next_screen_transition_ != -1) next_event = next_screen_transition_; in OnPrepareToWait()646 if (next_key_check_ != -1 && next_key_check_ < next_event) next_event = next_key_check_; in OnPrepareToWait()647 if (next_pwr_check_ != -1 && next_pwr_check_ < next_event) next_event = next_pwr_check_; in OnPrepareToWait()649 if (next_event != -1 && next_event != INT64_MAX) in OnPrepareToWait()650 timeout = max(0, next_event - now); in OnPrepareToWait()