Searched refs:syspropName (Results 1 – 1 of 1) sorted by relevance
658 const auto syspropName = [displayId] { in parseOrientationProperty() local663 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() local1489 const auto syspropValue = android::base::GetProperty(syspropName, ""); in initDynamicColors()1491 SLOGI("Loaded dynamic color: %s -> %s", syspropName.c_str(), syspropValue.c_str()); in initDynamicColors()