Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:property

1850     char property[PROPERTY_VALUE_MAX];
1851 if (property_get("ro.sf.hwrotation", property, NULL) > 0) {
1853 switch (atoi(property)) {