Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_debug_conn.cc61 static void next_event() { in next_event() function
69 next_event(); in btif_debug_conn_state()
/system/core/healthd/
Dhealthd_mode_charger.cpp593 int64_t next_event = INT64_MAX; in PrepareToWait() local
599 if (next_screen_transition_ != -1) next_event = next_screen_transition_; in PrepareToWait()
600 if (next_key_check_ != -1 && next_key_check_ < next_event) next_event = next_key_check_; in PrepareToWait()
601 if (next_pwr_check_ != -1 && next_pwr_check_ < next_event) next_event = next_pwr_check_; in PrepareToWait()
603 if (next_event != -1 && next_event != INT64_MAX) in PrepareToWait()
604 timeout = max(0, next_event - now); in PrepareToWait()