Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd_mode_charger.cpp452 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()
Dhealthd_mode_charger.h71 int64_t next_key_check_ = 0; variable