Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:propName

677         static int getDensityFromProperty(char const* propName) {
680 if (property_get(propName, property, NULL) > 0) {