Searched refs:next_key_check_ (Results 1 – 2 of 2) sorted by relevance
483 if (next_key_check_ == -1 || then < next_key_check_) next_key_check_ = then; in SetNextKeyCheck()551 if (next_key_check_ != -1 && now > next_key_check_) next_key_check_ = -1; in HandleInputState()643 now, next_screen_transition_, next_key_check_, next_pwr_check_); in OnPrepareToWait()646 if (next_key_check_ != -1 && next_key_check_ < next_event) next_event = next_key_check_; in OnPrepareToWait()831 next_key_check_ = -1; in OnInit()
117 int64_t next_key_check_ = 0; variable