HomeSort by relevance Sort by last modified time
    Searched refs:screen_on (Results 1 - 4 of 4) sorted by null

  /system/core/healthd/include/healthd/
healthd.h 73 bool (*screen_on)(android::BatteryProperties *props); member in struct:healthd_config
  /system/core/healthd/
healthd_common.cpp 69 .screen_on = NULL,
healthd_mode_charger.cpp 282 if (healthd_config && healthd_config->screen_on) {
283 if (!healthd_config->screen_on(batt_prop)) {
  /bootable/recovery/
recovery.cpp     [all...]

Completed in 138 milliseconds