Home
last modified time | relevance | path

Searched refs:set_resource_root (Results 1 – 2 of 2) sorted by relevance

/system/core/healthd/
Danimation.h60 void set_resource_root(const std::string& root, const std::string& backup_root = "");
Dhealthd_mode_charger.cpp634 batt_anim_.set_resource_root(product_animation_root); in InitAnimation()
642 batt_anim_.set_resource_root(legacy_animation_root, system_animation_root); in InitAnimation()
766 void animation::set_resource_root(const std::string& root, const std::string& backup_root) { in set_resource_root() function in android::animation