Searched refs:next_key_check_ (Results 1 – 2 of 2) sorted by relevance
452 if (next_key_check_ == -1 || then < next_key_check_) next_key_check_ = then; in SetNextKeyCheck()506 if (next_key_check_ != -1 && now > next_key_check_) next_key_check_ = -1; in HandleInputState()588 now, next_screen_transition_, next_key_check_, next_pwr_check_); in PrepareToWait()591 if (next_key_check_ != -1 && next_key_check_ < next_event) next_event = next_key_check_; in PrepareToWait()715 next_key_check_ = -1; in Init()
71 int64_t next_key_check_ = 0; variable