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

  /system/core/healthd/
healthd_mode_charger.cpp 50 #include "healthd_draw.h"
187 static std::unique_ptr<HealthdDraw> healthd_draw; variable
281 if (healthd_draw == nullptr) {
292 healthd_draw.reset(new HealthdDraw(batt_anim));
295 healthd_draw->blank_screen(true);
303 healthd_draw->blank_screen(true);
312 if (batt_anim->cur_cycle == 0 && batt_anim->cur_frame == 0) healthd_draw->blank_screen(false);
338 healthd_draw->redraw_screen(charger->batt_anim, charger->surf_unknown);
Android.mk 13 LOCAL_SRC_FILES := healthd_draw.cpp

Completed in 107 milliseconds