/hardware/ti/omap4xxx/camera/inc/ |
D | CameraProperties.h | 153 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/ |
D | comptype.h | 63 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()
|
D | mdp_version.cpp | 194 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()
|
D | idle_invalidator.cpp | 70 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/ |
D | comptype.h | 63 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/ |
D | comptype.h | 63 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/ |
D | comptype.h | 63 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/ |
D | comptype.h | 63 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/ |
D | hwc_vsync.cpp | 71 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()
|
D | hwc_uevents.cpp | 74 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/ |
D | framebuffer.cpp | 123 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 …]
|
D | alloc_controller.cpp | 110 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/ |
D | framebuffer.cpp | 127 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/ |
D | framebuffer.cpp | 132 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/ |
D | framebuffer.cpp | 126 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/ |
D | hwc_vsync.cpp | 69 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()
|
D | hwc_uevents.cpp | 66 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()
|
D | hwc_mdpcomp.cpp | 90 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/ |
D | hwc_vsync.cpp | 117 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()
|
D | hwc_uevents.cpp | 254 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/ |
D | framebuffer.cpp | 123 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/ |
D | overlayRotator.cpp | 33 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/ |
D | hwc_uevents.cpp | 262 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()
|
D | hwc_vsync.cpp | 107 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/ |
D | hwc_vsync.cpp | 126 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()
|