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

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

Completed in 88 milliseconds