Searched refs:syspropName (Results 1 – 1 of 1) sorted by relevance
673 const auto syspropName = [displayId] { in parseOrientationProperty() local678 auto syspropValue = android::base::GetProperty(syspropName, ""); in parseOrientationProperty()1535 const auto syspropName = "persist.bootanim.color" + std::to_string(i + 1); in initDynamicColors() local1536 const auto syspropValue = android::base::GetProperty(syspropName, ""); in initDynamicColors()1538 SLOGI("Loaded dynamic color: %s -> %s", syspropName.c_str(), syspropValue.c_str()); in initDynamicColors()