Searched defs:property (Results 1 - 25 of 30) sorted by relevance

12

/hardware/qcom/display/msm8960/libqdutils/
H A Dcomptype.h63 char property[PROPERTY_VALUE_MAX]; local
65 if (property_get("debug.composition.type", property, "gpu") > 0) {
66 if ((strncmp(property, "mdp", 3)) == 0) {
68 } else if ((strncmp(property, "c2d", 3)) == 0) {
70 } else if ((strncmp(property, "dyn", 3)) == 0) {
/hardware/qcom/display/msm8974/libqdutils/
H A Dcomptype.h63 char property[PROPERTY_VALUE_MAX]; local
65 if (property_get("debug.composition.type", property, "gpu") > 0) {
66 if ((strncmp(property, "mdp", 3)) == 0) {
68 } else if ((strncmp(property, "c2d", 3)) == 0) {
70 } else if ((strncmp(property, "dyn", 3)) == 0) {
/hardware/qcom/display/msm8x26/libqdutils/
H A Dcomptype.h63 char property[PROPERTY_VALUE_MAX]; local
65 if (property_get("debug.composition.type", property, "gpu") > 0) {
66 if ((strncmp(property, "mdp", 3)) == 0) {
68 } else if ((strncmp(property, "c2d", 3)) == 0) {
70 } else if ((strncmp(property, "dyn", 3)) == 0) {
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_uevents.cpp76 char property[PROPERTY_VALUE_MAX]; local
77 if((property_get("persist.sys.wfd.virtual", property, NULL) > 0) &&
78 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
79 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
H A Dhwc_vsync.cpp72 char property[PROPERTY_VALUE_MAX]; local
73 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
74 if(atoi(property) == 1)
78 if(property_get("debug.hwc.logvsync", property, 0) > 0) {
79 if(atoi(property) == 1)
H A Dhwc_mdpcomp.cpp86 char property[PROPERTY_VALUE_MAX]; local
89 if((property_get("persist.hwc.mdpcomp.enable", property, NULL) > 0) &&
90 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
91 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
96 if(property_get("debug.mdpcomp.logs", property, NULL) > 0) {
97 if(atoi(property) != 0)
102 if(property_get("debug.mdpcomp.maxpermixer", property, NULL) > 0) {
103 if(atoi(property) != 0)
110 if(property_get("debug.mdpcomp.idletime", property, NULL) > 0) {
111 if(atoi(property) !
[all...]
H A Dhwc_utils.cpp155 char property[PROPERTY_VALUE_MAX]; local
156 if ((property_get("ro.qualcomm.cabl", property, NULL) > 0) &&
157 (atoi(property) == 1)) {
166 if ((property_get("persist.qcom.cabl.video_only", property, NULL) > 0) &&
167 (atoi(property) == 1)) {
665 char property[PROPERTY_VALUE_MAX]; local
666 if(property_get("debug.egl.swapinterval", property, "1") > 0) {
667 if(atoi(property) == 0)
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_uevents.cpp68 char property[PROPERTY_VALUE_MAX]; local
69 if((property_get("persist.sys.wfd.virtual", property, NULL) > 0) &&
70 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
71 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
H A Dhwc_vsync.cpp69 char property[PROPERTY_VALUE_MAX]; local
70 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
71 if(atoi(property) == 1)
75 if(property_get("debug.hwc.logvsync", property, 0) > 0) {
76 if(atoi(property) == 1)
149 //Fake vsync is used only when set explicitly through a property or when
H A Dhwc_mdpcomp.cpp90 char property[PROPERTY_VALUE_MAX]; local
93 if((property_get("persist.hwc.mdpcomp.enable", property, NULL) > 0) &&
94 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
95 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
100 if((property_get("debug.mdpcomp.mixedmode.disable", property, NULL) > 0) &&
101 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
102 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
107 if(property_get("debug.mdpcomp.logs", property, NULL) > 0) {
108 if(atoi(property) != 0)
113 if(property_get("debug.mdpcomp.maxpermixer", property, "
[all...]
H A Dhwc_utils.cpp347 static char property[PROPERTY_VALUE_MAX]; local
349 if (property_get("hw.cabl.yuv", property, NULL) > 0) {
350 if (atoi(property) != 1) {
355 if (property_get("hw.cabl.yuv", property, NULL) > 0) {
356 if (atoi(property) != 0) {
623 char property[PROPERTY_VALUE_MAX]; local
624 if(property_get("debug.egl.swapinterval", property, "1") > 0) {
625 if(atoi(property) == 0)
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_uevents.cpp76 char property[PROPERTY_VALUE_MAX]; local
77 if((property_get("persist.sys.wfd.virtual", property, NULL) > 0) &&
78 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
79 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
H A Dhwc_vsync.cpp72 char property[PROPERTY_VALUE_MAX]; local
73 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
74 if(atoi(property) == 1)
78 if(property_get("debug.hwc.logvsync", property, 0) > 0) {
79 if(atoi(property) == 1)
H A Dhwc_mdpcomp.cpp86 char property[PROPERTY_VALUE_MAX]; local
89 if((property_get("persist.hwc.mdpcomp.enable", property, NULL) > 0) &&
90 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
91 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
96 if(property_get("debug.mdpcomp.logs", property, NULL) > 0) {
97 if(atoi(property) != 0)
102 if(property_get("debug.mdpcomp.maxpermixer", property, NULL) > 0) {
103 if(atoi(property) != 0)
108 if(property_get("debug.mdpcomp.idletime", property, NULL) > 0) {
109 if(atoi(property) !
[all...]
H A Dhwc_utils.cpp124 char property[PROPERTY_VALUE_MAX]; local
125 if ((property_get("ro.qualcomm.cabl", property, NULL) > 0) &&
126 (atoi(property) == 1)) {
135 if ((property_get("persist.qcom.cabl.video_only", property, NULL) > 0) &&
136 (atoi(property) == 1)) {
623 char property[PROPERTY_VALUE_MAX]; local
624 if(property_get("debug.egl.swapinterval", property, "1") > 0) {
625 if(atoi(property) == 0)
/hardware/qcom/display/msm8960/libgralloc/
H A Dframebuffer.cpp124 char property[PROPERTY_VALUE_MAX]; local
176 if (property_get("debug.sf.hw", property, NULL) > 0 &&
177 atoi(property) == 0)
179 else if(property_get("debug.composition.type", property, NULL) > 0 &&
180 (strncmp(property, "mdp", 3) == 0))
210 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) {
211 int num = atoi(property);
H A Dgpu.cpp283 char property[PROPERTY_VALUE_MAX]; local
285 (property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
286 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
287 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
/hardware/qcom/display/msm8974/libgralloc/
H A Dalloc_controller.cpp110 char property[PROPERTY_VALUE_MAX]; local
111 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
112 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
113 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
H A Dframebuffer.cpp124 char property[PROPERTY_VALUE_MAX]; local
176 if (property_get("debug.sf.hw", property, NULL) > 0 &&
177 atoi(property) == 0)
179 else if(property_get("debug.composition.type", property, NULL) > 0 &&
180 (strncmp(property, "mdp", 3) == 0))
210 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) {
211 int num = atoi(property);
340 char property[PROPERTY_VALUE_MAX]; local
341 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
342 (!strncmp(property, "
[all...]
H A Dgpu.cpp298 char property[PROPERTY_VALUE_MAX]; local
300 (property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
301 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
302 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
/hardware/qcom/display/msm8x26/libgralloc/
H A Dframebuffer.cpp124 char property[PROPERTY_VALUE_MAX]; local
176 if (property_get("debug.sf.hw", property, NULL) > 0 &&
177 atoi(property) == 0)
179 else if(property_get("debug.composition.type", property, NULL) > 0 &&
180 (strncmp(property, "mdp", 3) == 0))
210 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) {
211 int num = atoi(property);
H A Dgpu.cpp283 char property[PROPERTY_VALUE_MAX]; local
285 (property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
286 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
287 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
/hardware/samsung_slsi/exynos5/libcsc/
H A Dcsc.c642 CSC_HW_PROPERTY_TYPE property,
654 ALOGE("%s:: cannot set hw property after hw is already initialized", __func__);
658 switch (property) {
669 ALOGE("%s:: not supported hw property", __func__);
640 csc_set_hw_property( void *handle, CSC_HW_PROPERTY_TYPE property, int value) argument
/hardware/qcom/display/msm8974/libexternal/
H A Dexternal.cpp152 // set system property
164 // unset system property
203 void ExternalDisplay::setSPDInfo(const char* node, const char* property) { argument
218 property_get(property, info, UNKNOWN_STRING);
219 ALOGD_IF(DEBUG, "In %s: %s = %s", __FUNCTION__, property, info);
339 // Store underscan support info in a system property
476 // Reset the underscan supported system property
540 /* Based on the property set the resolution */
/hardware/ti/omap4xxx/camera/inc/
H A DCameraProperties.h153 char property[PROPERTY_VALUE_MAX]; local
154 property_get("ro.product.manufacturer", property, EXIF_MAKE_DEFAULT);
155 property[0] = toupper(property[0]);
156 set(EXIF_MAKE, property);
157 property_get("ro.product.model", property, EXIF_MODEL_DEFAULT);
158 property[0] = toupper(property[0]);
159 set(EXIF_MODEL, property);

Completed in 357 milliseconds

12