Home
last modified time | relevance | path

Searched refs:HealthdDraw (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/healthd/
H A Dhealthd_draw.cpp58 HealthdDraw::HealthdDraw(animation* anim) in HealthdDraw() function in HealthdDraw
82 HealthdDraw::~HealthdDraw() {} in ~HealthdDraw()
97 void HealthdDraw::blank_screen(bool blank, int drm) { in blank_screen()
103 void HealthdDraw::rotate_screen(int drm) { in rotate_screen()
112 bool HealthdDraw::has_multiple_connectors() { in has_multiple_connectors()
116 void HealthdDraw::clear_screen(void) { in clear_screen()
179 void HealthdDraw::draw_clock(const animation* anim) { in draw_clock()
208 void HealthdDraw::draw_percent(const animation* anim) { in draw_percent()
232 void HealthdDraw::draw_battery(const animation* anim) { in draw_battery()
258 std::unique_ptr<HealthdDraw> HealthdDraw::Create(animation *anim) { in Create()
[all …]
H A Dhealthd_draw.h27 class HealthdDraw {
29 virtual ~HealthdDraw();
44 static std::unique_ptr<HealthdDraw> Create(animation *anim);
89 HealthdDraw(animation* anim);
H A Dhealthd_mode_charger.cpp758 healthd_draw_ = HealthdDraw::Create(&batt_anim_); in InitHealthdDraw()
/aosp14/system/core/healthd/include_charger/charger/
H A Dhealthd_mode_charger.h32 class HealthdDraw; variable
131 std::unique_ptr<HealthdDraw> healthd_draw_;