Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/scripts/
H A Dresource_tool.c632 #define OPT_CHARGE_ANIM_LEVEL_CONF "max_level=" macro
950 buf = strstr(arg, OPT_CHARGE_ANIM_LEVEL_CONF); in parse_level_conf()
952 level_conf->max_level = atoi(buf + strlen(OPT_CHARGE_ANIM_LEVEL_CONF)); in parse_level_conf()
954 LOGE("Not found:%s", OPT_CHARGE_ANIM_LEVEL_CONF); in parse_level_conf()
1033 if (!memcmp(arg, OPT_CHARGE_ANIM_LEVEL_CONF, strlen(OPT_CHARGE_ANIM_LEVEL_CONF))) { in test_charge()
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dresource_tool.c649 #define OPT_CHARGE_ANIM_LEVEL_CONF "max_level=" macro
963 buf = strstr(arg, OPT_CHARGE_ANIM_LEVEL_CONF); in parse_level_conf()
965 level_conf->max_level = atoi(buf + strlen(OPT_CHARGE_ANIM_LEVEL_CONF)); in parse_level_conf()
967 LOGE("Not found:%s", OPT_CHARGE_ANIM_LEVEL_CONF); in parse_level_conf()
1046 if (!memcmp(arg, OPT_CHARGE_ANIM_LEVEL_CONF, in test_charge()
1047 strlen(OPT_CHARGE_ANIM_LEVEL_CONF))) { in test_charge()

Completed in 5 milliseconds