Lines Matching defs:property
154 char property[PROPERTY_VALUE_MAX];
155 if ((property_get("ro.qualcomm.cabl", property, NULL) > 0) &&
156 (atoi(property) == 1)) {
165 if ((property_get("persist.qcom.cabl.video_only", property, NULL) > 0) &&
166 (atoi(property) == 1)) {
671 char property[PROPERTY_VALUE_MAX];
672 if(property_get("debug.egl.swapinterval", property, "1") > 0) {
673 if(atoi(property) == 0)