Home
last modified time | relevance | path

Searched refs:bootAnimationDisabled (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/cmds/bootanimation/iot/
DBootParameters.cpp152 bool bootAnimationDisabled = true; in parseLegacyBootParameters() local
161 bootAnimationDisabled = jsonValue.asInt() == 1; in parseLegacyBootParameters()
168 mProto.set_silent_boot((volume == 0) || (volume == -1000) || bootAnimationDisabled); in parseLegacyBootParameters()
Diotbootanimation_main.cpp109 if (bootAnimationDisabled()) { in main()
/frameworks/base/cmds/bootanimation/
DBootAnimationUtil.h23 bool bootAnimationDisabled();
Dbootanimation_main.cpp40 bool noBootAnimation = bootAnimationDisabled(); in main()
DBootAnimationUtil.cpp44 bool bootAnimationDisabled() { in bootAnimationDisabled() function