Home
last modified time | relevance | path

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

/aosp14/system/core/healthd/
H A Dhealthd_mode_charger.cpp483 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()
/aosp14/system/core/healthd/include_charger/charger/
H A Dhealthd_mode_charger.h117 int64_t next_key_check_ = 0; variable