Home
last modified time | relevance | path

Searched refs:fail_file (Results 1 – 3 of 3) sorted by relevance

/system/core/healthd/
Danimation.h52 std::string fail_file; member
Dhealthd_mode_charger.cpp806 if (battery_animation.fail_file.empty()) { in init_animation()
807 battery_animation.fail_file.assign("charger/battery_fail"); in init_animation()
814 LOGV(" fail_file: '%s'\n", battery_animation.fail_file.c_str()); in init_animation()
853 ret = res_create_display_surface(anim->fail_file.c_str(), &charger->surf_unknown); in healthd_mode_charger_init()
DAnimationParser.cpp108 anim->fail_file.assign(rest); in parse_animation_desc()