Home
last modified time | relevance | path

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

/system/core/healthd/tests/
DAnimationParser_test.cpp115 EXPECT_TRUE(parse_animation_desc(TEST_ANIMATION, &anim)); in TEST()
125 EXPECT_FALSE(parse_animation_desc(TEST_ANIMATION, &anim)); in TEST()
135 EXPECT_FALSE(parse_animation_desc(TEST_ANIMATION, &anim)); in TEST()
146 EXPECT_FALSE(parse_animation_desc(TEST_ANIMATION, &anim)); in TEST()
161 EXPECT_TRUE(parse_animation_desc(TEST_ANIMATION, &anim)); in TEST()
/system/core/healthd/
DAnimationParser.h24 bool parse_animation_desc(const std::string& content, animation* anim);
DAnimationParser.cpp82 bool parse_animation_desc(const std::string& content, animation* anim) { in parse_animation_desc() function
Dhealthd_mode_charger.cpp577 parse_success = parse_animation_desc(content, &battery_animation); in init_animation()