Home
last modified time | relevance | path

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

/system/core/healthd/
Danimation.h59 if (!fail_file.empty()) { in set_resource_root()
60 fail_file = root + fail_file + ".png"; in set_resource_root()
71 std::string fail_file; member
Dhealthd_mode_charger.cpp647 if (battery_animation.fail_file.empty()) { in init_animation()
648 battery_animation.fail_file.assign("charger/battery_fail"); in init_animation()
655 LOGV(" fail_file: '%s'\n", battery_animation.fail_file.c_str()); in init_animation()
693 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()