Home
last modified time | relevance | path

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

/system/core/healthd/include/healthd/
Dhealthd.h73 bool (*screen_on)(android::BatteryProperties *props); member
/system/core/healthd/
Dhealthd.cpp59 .screen_on = NULL,
Dhealthd_mode_charger.cpp355 if (healthd_config && healthd_config->screen_on) { in update_screen_state()
356 if (!healthd_config->screen_on(batt_prop)) { in update_screen_state()