Home
last modified time | relevance | path

Searched refs:anim_level_conf (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c625 } anim_level_conf; typedef
946 static bool parse_level_conf(const char *arg, anim_level_conf *level_conf) in parse_level_conf()
948 memset(level_conf, 0, sizeof(anim_level_conf)); in parse_level_conf()
1021 anim_level_conf *level_confs = NULL; in test_charge()
1061 level_confs = (anim_level_conf *)malloc(level_conf_num * sizeof(anim_level_conf)); in test_charge()
1089 anim_level_conf conf = level_confs[i]; in test_charge()
1090 memmove(level_confs + j + 1, level_confs + j, (i - j) * sizeof(anim_level_conf)); in test_charge()
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dresource_tool.c642 } anim_level_conf; typedef
959 static bool parse_level_conf(const char *arg, anim_level_conf *level_conf) in parse_level_conf()
961 memset(level_conf, 0, sizeof(anim_level_conf)); in parse_level_conf()
1035 anim_level_conf *level_confs = NULL; in test_charge()
1080 (anim_level_conf *)malloc(level_conf_num * sizeof(anim_level_conf)); in test_charge()
1108 anim_level_conf conf = level_confs[i]; in test_charge()
1110 (i - j) * sizeof(anim_level_conf)); in test_charge()

Completed in 5 milliseconds