Home
last modified time | relevance | path

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

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/healthd/
H A Dhealthd_mode_charger.cpp187 static std::unique_ptr<HealthdDraw> healthd_draw; variable
281 if (healthd_draw == nullptr) { in update_screen_state()
292 healthd_draw.reset(new HealthdDraw(batt_anim)); in update_screen_state()
295 healthd_draw->blank_screen(true); in update_screen_state()
303 healthd_draw->blank_screen(true); in update_screen_state()
312 if (batt_anim->cur_cycle == 0 && batt_anim->cur_frame == 0) healthd_draw->blank_screen(false); in update_screen_state()
338 healthd_draw->redraw_screen(charger->batt_anim, charger->surf_unknown); in update_screen_state()
H A DAndroid.mk13 LOCAL_SRC_FILES := healthd_draw.cpp
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/healthd/
H A Dhealthd_mode_charger.cpp200 static std::unique_ptr<HealthdDraw> healthd_draw; variable
308 if (healthd_draw == nullptr) { in update_screen_state()
319 healthd_draw.reset(new HealthdDraw(batt_anim)); in update_screen_state()
322 healthd_draw->blank_screen(true); in update_screen_state()
331 healthd_draw->blank_screen(true); in update_screen_state()
341 healthd_draw->blank_screen(false); in update_screen_state()
375 healthd_draw->redraw_screen(charger->batt_anim, charger->surf_unknown); in update_screen_state()
H A DAndroid.bp131 srcs: ["healthd_draw.cpp"],