/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/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/libhwcomposer/ |
D | hwc_vsync.cpp | 72 char property[PROPERTY_VALUE_MAX]; in vsync_loop() local 73 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) { in vsync_loop() 74 if(atoi(property) == 1) in vsync_loop() 78 if(property_get("debug.hwc.logvsync", property, 0) > 0) { in vsync_loop() 79 if(atoi(property) == 1) in vsync_loop()
|
D | hwc_uevents.cpp | 76 char property[PROPERTY_VALUE_MAX]; in handle_uevent() local 77 if((property_get("persist.sys.wfd.virtual", property, NULL) > 0) && in handle_uevent() 78 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || in handle_uevent() 79 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in handle_uevent()
|
D | hwc_mdpcomp.cpp | 86 char property[PROPERTY_VALUE_MAX]; in init() local 89 if((property_get("persist.hwc.mdpcomp.enable", property, NULL) > 0) && in init() 90 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || in init() 91 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in init() 96 if(property_get("debug.mdpcomp.logs", property, NULL) > 0) { in init() 97 if(atoi(property) != 0) in init() 102 if(property_get("debug.mdpcomp.maxpermixer", property, NULL) > 0) { in init() 103 if(atoi(property) != 0) in init() 108 if(property_get("debug.mdpcomp.idletime", property, NULL) > 0) { in init() 109 if(atoi(property) != 0) in init() [all …]
|
D | hwc_utils.cpp | 317 static char property[PROPERTY_VALUE_MAX]; in setYUVProp() local 319 if (property_get("hw.cabl.yuv", property, NULL) > 0) { in setYUVProp() 320 if (atoi(property) != 1) { in setYUVProp() 325 if (property_get("hw.cabl.yuv", property, NULL) > 0) { in setYUVProp() 326 if (atoi(property) != 0) { in setYUVProp() 572 char property[PROPERTY_VALUE_MAX]; in hwc_sync() local 573 if(property_get("debug.egl.swapinterval", property, "1") > 0) { in hwc_sync() 574 if(atoi(property) == 0) in hwc_sync()
|
/hardware/qcom/display/libgralloc/ |
D | framebuffer.cpp | 124 char property[PROPERTY_VALUE_MAX]; in mapFrameBufferLocked() local 176 if (property_get("debug.sf.hw", property, NULL) > 0 && in mapFrameBufferLocked() 177 atoi(property) == 0) in mapFrameBufferLocked() 179 else if(property_get("debug.composition.type", property, NULL) > 0 && in mapFrameBufferLocked() 180 (strncmp(property, "mdp", 3) == 0)) in mapFrameBufferLocked() 210 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) { in mapFrameBufferLocked() 211 int num = atoi(property); in mapFrameBufferLocked()
|
D | gpu.cpp | 283 char property[PROPERTY_VALUE_MAX]; in alloc_impl() local 285 (property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && in alloc_impl() 286 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || in alloc_impl() 287 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { in alloc_impl()
|
/hardware/libhardware/include/hardware/ |
D | bluetooth.h | 393 int (*set_adapter_property)(const bt_property_t *property); 404 const bt_property_t *property);
|
/hardware/samsung_slsi/exynos5/libcsc/ |
D | csc.h | 194 CSC_HW_PROPERTY_TYPE property,
|
D | csc.c | 642 CSC_HW_PROPERTY_TYPE property, in csc_set_hw_property() argument 658 switch (property) { in csc_set_hw_property()
|
/hardware/msm7k/libgralloc-qsd8k/ |
D | framebuffer.cpp | 225 char property[PROPERTY_VALUE_MAX]; in mapFrameBufferLocked() local 226 if (property_get("debug.sf.hw", property, NULL) > 0 && atoi(property) == 0) in mapFrameBufferLocked()
|
/hardware/broadcom/wlan/bcmdhd/firmware/ |
D | LICENSE.TXT | 57 including all intellectual property rights, in and to the Software. Licensee 59 by or for Broadcom infringe any intellectual property right owned or 65 interest or other interest in any intellectual property rights relating to 148 of Licensee shall be and remain the property of Broadcom, and shall be
|
/hardware/invensense/libsensors_iio/ |
D | License.txt | 57 including all intellectual property rights, in and to the Software. Licensee 59 by or for InvenSense infringe any intellectual property right owned or 65 interest or other interest in any intellectual property rights relating to 148 of Licensee shall be and remain the property of InvenSense, and shall be
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | msm_q6vdec.h | 275 union vdec_property property; member
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioPolicyInterface.h | 82 virtual void setSystemProperty(const char* property, const char* value) = 0;
|
D | AudioPolicyManagerBase.h | 83 virtual void setSystemProperty(const char* property, const char* value);
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | msm_q6vdec.h | 309 union vdec_property property; member
|
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosCamera.cpp | 3656 char property[PROPERTY_VALUE_MAX]; in m_setExifFixedAttribute() local 3660 property_get("ro.product.brand", property, EXIF_DEF_MAKER); in m_setExifFixedAttribute() 3661 strncpy((char *)mExifInfo.maker, property, in m_setExifFixedAttribute() 3665 property_get("ro.product.model", property, EXIF_DEF_MODEL); in m_setExifFixedAttribute() 3666 strncpy((char *)mExifInfo.model, property, in m_setExifFixedAttribute() 3670 property_get("ro.build.id", property, EXIF_DEF_SOFTWARE); in m_setExifFixedAttribute() 3671 strncpy((char *)mExifInfo.software, property, in m_setExifFixedAttribute()
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosCameraHWInterface2.cpp | 5692 char property[PROPERTY_VALUE_MAX]; in m_setExifFixedAttribute() local 5696 property_get("ro.product.brand", property, EXIF_DEF_MAKER); in m_setExifFixedAttribute() 5697 strncpy((char *)mExifInfo.maker, property, in m_setExifFixedAttribute() 5701 property_get("ro.product.model", property, EXIF_DEF_MODEL); in m_setExifFixedAttribute() 5702 strncpy((char *)mExifInfo.model, property, in m_setExifFixedAttribute() 5706 property_get("ro.build.id", property, EXIF_DEF_SOFTWARE); in m_setExifFixedAttribute() 5707 strncpy((char *)mExifInfo.software, property, in m_setExifFixedAttribute()
|
/hardware/libhardware_legacy/audio/ |
D | AudioPolicyManagerBase.cpp | 477 void AudioPolicyManagerBase::setSystemProperty(const char* property, const char* value) in setSystemProperty() argument 479 ALOGV("setSystemProperty() property %s, value %s", property, value); in setSystemProperty()
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 392 patents or other property right claims or to contest validity of any
|