Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd_mode_charger.cpp111 int64_t next_screen_transition; member
350 if (!batt_anim->run || now < charger->next_screen_transition) in update_screen_state()
359 charger->next_screen_transition = -1; in update_screen_state()
378 charger->next_screen_transition = -1; in update_screen_state()
421 charger->next_screen_transition = now + BATTERY_UNKNOWN_TIME; in update_screen_state()
427 charger->next_screen_transition = now + disp_time; in update_screen_state()
620 charger->next_screen_transition = curr_time_ms() - 1; in healthd_mode_charger_battery_update()
635 charger->next_screen_transition, charger->next_key_check, in healthd_mode_charger_preparetowait()
638 if (charger->next_screen_transition != -1) in healthd_mode_charger_preparetowait()
639 next_event = charger->next_screen_transition; in healthd_mode_charger_preparetowait()
[all …]