Searched refs:property (Results 51 - 75 of 218) sorted by relevance

123456789

/hardware/qcom/display/msm8084/libgralloc/
H A Dgpu.cpp301 char property[PROPERTY_VALUE_MAX]; local
303 (property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
304 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
305 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
/hardware/qcom/display/msm8226/libgralloc/
H A Dalloc_controller.cpp140 char property[PROPERTY_VALUE_MAX]; local
141 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
142 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
143 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
/hardware/qcom/display/msm8909/libgralloc/
H A Dalloc_controller.cpp148 char property[PROPERTY_VALUE_MAX]; local
149 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
150 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
151 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
H A Dgpu.cpp317 char property[PROPERTY_VALUE_MAX]; local
319 (property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
320 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
321 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
/hardware/qcom/display/msm8994/libgralloc/
H A Dgpu.cpp318 char property[PROPERTY_VALUE_MAX]; local
320 (property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
321 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
322 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
H A Dalloc_controller.cpp273 char property[PROPERTY_VALUE_MAX]; local
274 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
275 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
276 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
/hardware/qcom/display/msm8996/libgralloc/
H A Dgpu.cpp298 char property[PROPERTY_VALUE_MAX]; local
301 if ((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
302 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
303 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
/hardware/qcom/display/msm8960/libhwcomposer/
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.cpp154 char property[PROPERTY_VALUE_MAX]; local
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]; local
672 if(property_get("debug.egl.swapinterval", property, "1") > 0) {
673 if(atoi(property) == 0)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Ddequantize_v6.asm6 ; tree. An additional intellectual property rights grant can be found
H A Dcopymem8x4_v6.asm6 ; tree. An additional intellectual property rights grant can be found
H A Dcopymem8x8_v6.asm6 ; tree. An additional intellectual property rights grant can be found
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dcopy_altivec.asm6 ; tree. An additional intellectual property rights grant can be found
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
H A Dvp8_memcpy_neon.asm6 ; tree. An additional intellectual property rights grant can be found
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
H A Drdopt_altivec.asm6 ; tree. An additional intellectual property rights grant can be found
/hardware/libhardware/include/hardware/
H A Dbluetooth.h167 /* Bluetooth Adapter and Remote Device property types */
185 * Data type - Array of bt_uuid_t (Array size inferred from property length).
218 * (Array size inferred from property length).
310 /* TODO: For the GET/SET property APIs/callbacks, we may need a session
477 /** Get Bluetooth Adapter property of 'type' */
480 /** Set Bluetooth Adapter property of 'type' */
484 int (*set_adapter_property)(const bt_property_t *property);
489 /** Get Remote Device property of 'type' */
493 /** Set Remote Device property of 'type' */
495 const bt_property_t *property);
[all...]
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp113 char property[PROPERTY_VALUE_MAX]; local
116 if((property_get("persist.hwc.mdpcomp.enable", property, NULL) > 0) &&
117 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
118 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
123 if((property_get("debug.mdpcomp.mixedmode.disable", property, NULL) > 0) &&
124 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
125 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
129 if(property_get("debug.mdpcomp.logs", property, NULL) > 0) {
130 if(atoi(property) != 0)
135 if(property_get("debug.mdpcomp.maxpermixer", property, "
1421 char property[PROPERTY_VALUE_MAX]; local
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp3022 SWVDEC_PROPERTY property; local
3026 property.id = SWVDEC_PROPERTY_ID_FRAME_DIMENSIONS;
3028 property.info.frame_dimensions.width = m_frame_dimensions.width;
3029 property.info.frame_dimensions.height = m_frame_dimensions.height;
3031 if ((retval_swvdec = swvdec_setproperty(m_swvdec_handle, &property)) !=
3051 SWVDEC_PROPERTY property; local
3055 p_frame_attributes = &property.info.frame_attributes;
3057 property.id = SWVDEC_PROPERTY_ID_FRAME_ATTRIBUTES;
3067 if ((retval_swvdec = swvdec_setproperty(m_swvdec_handle, &property)) !=
3085 SWVDEC_PROPERTY property; local
3114 SWVDEC_PROPERTY property; local
3152 SWVDEC_PROPERTY property; local
[all...]
/hardware/libhardware/modules/input/evdev/
H A DInputHub.h52 * used to interact with the device, setting and getting property values.
90 /** Returns true if the device has the input property. */
91 virtual bool hasInputProperty(int property) const = 0;
/hardware/qcom/display/msm8226/liboverlay/
H A Doverlay.cpp56 char property[PROPERTY_VALUE_MAX]; local
57 if((property_get("ro.hwc.is_delta_panel", property, NULL) > 0) &&
58 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
59 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp125 char property[PROPERTY_VALUE_MAX] = {0}; local
129 (property_get("persist.hwc.mdpcomp.enable", property, NULL) > 0) &&
130 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
131 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
136 if((property_get("debug.mdpcomp.mixedmode.disable", property, NULL) > 0) &&
137 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
138 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
145 if(property_get("persist.hwc.mdpcomp.maxpermixer", property, "-1") > 0) {
146 int val = atoi(property);
151 /* Maximum layers allowed to use MDP on secondary panels. If property
1987 char property[PROPERTY_VALUE_MAX]; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_copy_neon.asm6 ; tree. An additional intellectual property rights grant can be found
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_error_sse2.asm6 ; tree. An additional intellectual property rights grant can be found
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_mdpcomp.cpp116 char property[PROPERTY_VALUE_MAX] = {0}; local
120 (property_get("persist.hwc.mdpcomp.enable", property, NULL) > 0) &&
121 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
122 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
127 if((property_get("debug.mdpcomp.mixedmode.disable", property, NULL) > 0) &&
128 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
129 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
134 if(property_get("debug.mdpcomp.maxpermixer", property, "-1") > 0) {
135 int val = atoi(property);
151 property_get("persist.mdpcomp.4k2kSplit", property, "
1941 char property[PROPERTY_VALUE_MAX]; local
[all...]

Completed in 579 milliseconds

123456789