Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp658 const auto syspropName = [displayId] { in parseOrientationProperty() local
663 const auto syspropValue = android::base::GetProperty(syspropName, "ORIENTATION_0"); in parseOrientationProperty()
1488 const auto syspropName = "persist.bootanim.color" + std::to_string(i + 1); in initDynamicColors() local
1489 const auto syspropValue = android::base::GetProperty(syspropName, ""); in initDynamicColors()
1491 SLOGI("Loaded dynamic color: %s -> %s", syspropName.c_str(), syspropValue.c_str()); in initDynamicColors()