Searched refs:bootAnimationDisabled (Results 1 – 5 of 5) sorted by relevance
152 bool bootAnimationDisabled = true; in parseLegacyBootParameters() local161 bootAnimationDisabled = jsonValue.asInt() == 1; in parseLegacyBootParameters()168 mProto.set_silent_boot((volume == 0) || (volume == -1000) || bootAnimationDisabled); in parseLegacyBootParameters()
109 if (bootAnimationDisabled()) { in main()
23 bool bootAnimationDisabled();
40 bool noBootAnimation = bootAnimationDisabled(); in main()
44 bool bootAnimationDisabled() { in bootAnimationDisabled() function