Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 224) sorted by relevance

123456789

/hardware/ti/omap4xxx/camera/inc/
DCameraProperties.h153 char property[PROPERTY_VALUE_MAX]; in Properties() local
154 property_get("ro.product.manufacturer", property, EXIF_MAKE_DEFAULT); in Properties()
155 property[0] = toupper(property[0]); in Properties()
156 set(EXIF_MAKE, property); in Properties()
157 property_get("ro.product.model", property, EXIF_MODEL_DEFAULT); in Properties()
158 property[0] = toupper(property[0]); in Properties()
159 set(EXIF_MODEL, property); in Properties()
/hardware/qcom/display/msm8994/libqdutils/
Dcomptype.h63 char property[PROPERTY_VALUE_MAX]; in QCCompositionType() local
65 if (property_get("debug.composition.type", property, "gpu") > 0) { in QCCompositionType()
66 if ((strncmp(property, "mdp", 3)) == 0) { in QCCompositionType()
68 } else if ((strncmp(property, "c2d", 3)) == 0) { in QCCompositionType()
70 } else if ((strncmp(property, "dyn", 3)) == 0) { in QCCompositionType()
Dmdp_version.cpp194 char property[PROPERTY_VALUE_MAX]; in updatePanelInfo() local
252 if((property_get("persist.hwc.pubypass", property, 0) > 0) && in updatePanelInfo()
253 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || in updatePanelInfo()
254 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in updatePanelInfo()
276 char property[PROPERTY_VALUE_MAX]; in updateSysFsInfo() local
279 if((property_get("persist.hwc.macro_tile_enable", property, NULL) > 0) && in updateSysFsInfo()
280 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || in updateSysFsInfo()
281 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in updateSysFsInfo()
Didle_invalidator.cpp70 char property[PROPERTY_VALUE_MAX] = {0}; in init() local
71 if((property_get("debug.mdpcomp.idletime", property, NULL) > 0)) { in init()
72 defaultIdleTime = atoi(property); in init()
/hardware/qcom/display/msm8974/libqdutils/
Dcomptype.h63 char property[PROPERTY_VALUE_MAX]; in QCCompositionType() local
65 if (property_get("debug.composition.type", property, "gpu") > 0) { in QCCompositionType()
66 if ((strncmp(property, "mdp", 3)) == 0) { in QCCompositionType()
68 } else if ((strncmp(property, "c2d", 3)) == 0) { in QCCompositionType()
70 } else if ((strncmp(property, "dyn", 3)) == 0) { in QCCompositionType()
/hardware/qcom/display/msm8226/libqdutils/
Dcomptype.h63 char property[PROPERTY_VALUE_MAX]; in QCCompositionType() local
65 if (property_get("debug.composition.type", property, "gpu") > 0) { in QCCompositionType()
66 if ((strncmp(property, "mdp", 3)) == 0) { in QCCompositionType()
68 } else if ((strncmp(property, "c2d", 3)) == 0) { in QCCompositionType()
70 } else if ((strncmp(property, "dyn", 3)) == 0) { in QCCompositionType()
/hardware/qcom/display/msm8960/libqdutils/
Dcomptype.h63 char property[PROPERTY_VALUE_MAX]; in QCCompositionType() local
65 if (property_get("debug.composition.type", property, "gpu") > 0) { in QCCompositionType()
66 if ((strncmp(property, "mdp", 3)) == 0) { in QCCompositionType()
68 } else if ((strncmp(property, "c2d", 3)) == 0) { in QCCompositionType()
70 } else if ((strncmp(property, "dyn", 3)) == 0) { in QCCompositionType()
/hardware/qcom/display/msm8084/libqdutils/
Dcomptype.h63 char property[PROPERTY_VALUE_MAX]; in QCCompositionType() local
65 if (property_get("debug.composition.type", property, "gpu") > 0) { in QCCompositionType()
66 if ((strncmp(property, "mdp", 3)) == 0) { in QCCompositionType()
68 } else if ((strncmp(property, "c2d", 3)) == 0) { in QCCompositionType()
70 } else if ((strncmp(property, "dyn", 3)) == 0) { in QCCompositionType()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_vsync.cpp71 char property[PROPERTY_VALUE_MAX]; in vsync_loop() local
72 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) { in vsync_loop()
73 if(atoi(property) == 1) in vsync_loop()
77 if(property_get("debug.hwc.logvsync", property, 0) > 0) { in vsync_loop()
78 if(atoi(property) == 1) in vsync_loop()
Dhwc_uevents.cpp74 char property[PROPERTY_VALUE_MAX]; in handle_uevent() local
75 if((property_get("persist.sys.wfd.virtual", property, NULL) > 0) && in handle_uevent()
76 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || in handle_uevent()
77 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in handle_uevent()
/hardware/qcom/display/msm8974/libgralloc/
Dframebuffer.cpp123 char property[PROPERTY_VALUE_MAX]; in mapFrameBufferLocked() local
175 if (property_get("debug.sf.hw", property, NULL) > 0 && in mapFrameBufferLocked()
176 atoi(property) == 0) in mapFrameBufferLocked()
178 else if(property_get("debug.composition.type", property, NULL) > 0 && in mapFrameBufferLocked()
179 (strncmp(property, "mdp", 3) == 0)) in mapFrameBufferLocked()
209 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) { in mapFrameBufferLocked()
210 int num = atoi(property); in mapFrameBufferLocked()
338 char property[PROPERTY_VALUE_MAX]; in mapFrameBuffer() local
339 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && in mapFrameBuffer()
340 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || in mapFrameBuffer()
[all …]
Dalloc_controller.cpp110 char property[PROPERTY_VALUE_MAX]; in getStride() local
111 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && in getStride()
112 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || in getStride()
113 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in getStride()
/hardware/qcom/display/msm8226/libgralloc/
Dframebuffer.cpp127 char property[PROPERTY_VALUE_MAX]; in mapFrameBufferLocked() local
183 if (property_get("debug.sf.hw", property, NULL) > 0 && in mapFrameBufferLocked()
184 atoi(property) == 0) in mapFrameBufferLocked()
186 else if(property_get("debug.composition.type", property, NULL) > 0 && in mapFrameBufferLocked()
187 (strncmp(property, "mdp", 3) == 0)) in mapFrameBufferLocked()
217 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) { in mapFrameBufferLocked()
218 int num = atoi(property); in mapFrameBufferLocked()
354 char property[PROPERTY_VALUE_MAX]; in mapFrameBuffer() local
355 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && in mapFrameBuffer()
356 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || in mapFrameBuffer()
[all …]
/hardware/qcom/display/msm8994/libgralloc/
Dframebuffer.cpp132 char property[PROPERTY_VALUE_MAX]; in mapFrameBufferLocked() local
186 if (property_get("debug.sf.hw", property, NULL) > 0 && in mapFrameBufferLocked()
187 atoi(property) == 0) in mapFrameBufferLocked()
189 else if(property_get("debug.composition.type", property, NULL) > 0 && in mapFrameBufferLocked()
190 (strncmp(property, "mdp", 3) == 0)) in mapFrameBufferLocked()
220 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) { in mapFrameBufferLocked()
221 int num = atoi(property); in mapFrameBufferLocked()
376 char property[PROPERTY_VALUE_MAX]; in mapFrameBuffer() local
377 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && in mapFrameBuffer()
378 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || in mapFrameBuffer()
[all …]
/hardware/qcom/display/msm8084/libgralloc/
Dframebuffer.cpp126 char property[PROPERTY_VALUE_MAX]; in mapFrameBufferLocked() local
182 if (property_get("debug.sf.hw", property, NULL) > 0 && in mapFrameBufferLocked()
183 atoi(property) == 0) in mapFrameBufferLocked()
185 else if(property_get("debug.composition.type", property, NULL) > 0 && in mapFrameBufferLocked()
186 (strncmp(property, "mdp", 3) == 0)) in mapFrameBufferLocked()
216 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) { in mapFrameBufferLocked()
217 int num = atoi(property); in mapFrameBufferLocked()
353 char property[PROPERTY_VALUE_MAX]; in mapFrameBuffer() local
354 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && in mapFrameBuffer()
355 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || in mapFrameBuffer()
[all …]
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_vsync.cpp69 char property[PROPERTY_VALUE_MAX]; in vsync_loop() local
70 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) { in vsync_loop()
71 if(atoi(property) == 1) in vsync_loop()
75 if(property_get("debug.hwc.logvsync", property, 0) > 0) { in vsync_loop()
76 if(atoi(property) == 1) in vsync_loop()
Dhwc_uevents.cpp66 char property[PROPERTY_VALUE_MAX]; in handle_uevent() local
67 if((property_get("persist.sys.wfd.virtual", property, NULL) > 0) && in handle_uevent()
68 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || in handle_uevent()
69 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in handle_uevent()
Dhwc_mdpcomp.cpp90 char property[PROPERTY_VALUE_MAX]; in init() local
93 if((property_get("persist.hwc.mdpcomp.enable", property, NULL) > 0) && in init()
94 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || in init()
95 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in init()
100 if((property_get("debug.mdpcomp.mixedmode.disable", property, NULL) > 0) && in init()
101 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || in init()
102 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in init()
107 if(property_get("debug.mdpcomp.logs", property, NULL) > 0) { in init()
108 if(atoi(property) != 0) in init()
113 if(property_get("debug.mdpcomp.maxpermixer", property, "-1") > 0) { in init()
[all …]
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_vsync.cpp117 char property[PROPERTY_VALUE_MAX]; in vsync_loop() local
118 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) { in vsync_loop()
119 if(atoi(property) == 1) in vsync_loop()
123 if(property_get("debug.hwc.logvsync", property, 0) > 0) { in vsync_loop()
124 if(atoi(property) == 1) in vsync_loop()
Dhwc_uevents.cpp254 char property[PROPERTY_VALUE_MAX]; in handle_uevent() local
256 property, NULL) > 0) && in handle_uevent()
257 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || in handle_uevent()
258 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in handle_uevent()
/hardware/qcom/display/msm8960/libgralloc/
Dframebuffer.cpp123 char property[PROPERTY_VALUE_MAX]; in mapFrameBufferLocked() local
175 if (property_get("debug.sf.hw", property, NULL) > 0 && in mapFrameBufferLocked()
176 atoi(property) == 0) in mapFrameBufferLocked()
178 else if(property_get("debug.composition.type", property, NULL) > 0 && in mapFrameBufferLocked()
179 (strncmp(property, "mdp", 3) == 0)) in mapFrameBufferLocked()
209 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) { in mapFrameBufferLocked()
210 int num = atoi(property); in mapFrameBufferLocked()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayRotator.cpp33 char property[PROPERTY_VALUE_MAX]; in Rotator() local
35 if((property_get("debug.rotcache.disable", property, NULL) > 0) && in Rotator()
36 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || in Rotator()
37 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in Rotator()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_uevents.cpp262 char property[PROPERTY_VALUE_MAX]; in handle_uevent() local
264 property, NULL) > 0) && in handle_uevent()
265 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || in handle_uevent()
266 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in handle_uevent()
Dhwc_vsync.cpp107 char property[PROPERTY_VALUE_MAX]; in vsync_loop() local
108 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) { in vsync_loop()
109 if(atoi(property) == 1) in vsync_loop()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_vsync.cpp126 char property[PROPERTY_VALUE_MAX]; in vsync_loop() local
127 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) { in vsync_loop()
128 if(atoi(property) == 1) in vsync_loop()

123456789