Searched refs:out_screen_on (Results 1 – 2 of 2) sorted by relevance
46 std::optional<bool> out_screen_on; in ChargerShouldKeepScreenOn() local49 *out_screen_on = screen_on; in ChargerShouldKeepScreenOn()52 return out_screen_on; in ChargerShouldKeepScreenOn()
745 std::optional<bool> out_screen_on = configuration_->ChargerShouldKeepScreenOn(); in InitHealthdDraw() local746 if (out_screen_on.has_value()) { in InitHealthdDraw()747 if (!*out_screen_on) { in InitHealthdDraw()