Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd_mode_charger_hidl.cpp46 std::optional<bool> out_screen_on; in ChargerShouldKeepScreenOn() local
49 *out_screen_on = screen_on; in ChargerShouldKeepScreenOn()
52 return out_screen_on; in ChargerShouldKeepScreenOn()
Dhealthd_mode_charger.cpp745 std::optional<bool> out_screen_on = configuration_->ChargerShouldKeepScreenOn(); in InitHealthdDraw() local
746 if (out_screen_on.has_value()) { in InitHealthdDraw()
747 if (!*out_screen_on) { in InitHealthdDraw()