Lines Matching refs:property
101 char property[PROPERTY_VALUE_MAX] = {'\0'};
103 if (property_get("debug.hwc.fbsize", property, NULL) > 0) {
104 yptr = strcasestr(property,"x");
106 int xres_new = atoi(property);
408 // Read the system property to determine if windowboxing feature is enabled.
1009 char property[PROPERTY_VALUE_MAX];
1101 if (property_get("hw.cabl.yuv", property, NULL) > 0) {
1102 if (atoi(property) != 1) {
1107 if (property_get("hw.cabl.yuv", property, NULL) > 0) {
1108 if (atoi(property) != 0) {
1517 char property[PROPERTY_VALUE_MAX];
1518 if(property_get("debug.egl.swapinterval", property, "1") > 0) {
1519 if(atoi(property) == 0)
2524 // Reading property set on boot finish in SF