Searched refs:property (Results 1 - 25 of 218) sorted by relevance

123456789

/hardware/qcom/display/msm8084/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/msm8226/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/msm8909/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) {
H A Didle_invalidator.cpp70 char property[PROPERTY_VALUE_MAX] = {0}; local
71 if((property_get("debug.mdpcomp.idletime", property, NULL) > 0)) {
72 defaultIdleTime = atoi(property);
H A Dmdp_version.cpp186 char property[PROPERTY_VALUE_MAX]; local
244 if((property_get("persist.hwc.pubypass", property, 0) > 0) &&
245 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
246 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
248 ALOGI("PartialUpdate disabled by property");
267 char property[PROPERTY_VALUE_MAX]; local
270 if((property_get("persist.hwc.macro_tile_enable", property, NULL) > 0) &&
271 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
272 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
/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/msm8994/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) {
H A Didle_invalidator.cpp70 char property[PROPERTY_VALUE_MAX] = {0}; local
71 if((property_get("debug.mdpcomp.idletime", property, NULL) > 0)) {
72 defaultIdleTime = atoi(property);
H A Dmdp_version.cpp194 char property[PROPERTY_VALUE_MAX]; local
252 if((property_get("persist.hwc.pubypass", property, 0) > 0) &&
253 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
254 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
256 ALOGI("PartialUpdate disabled by property");
276 char property[PROPERTY_VALUE_MAX]; local
279 if((property_get("persist.hwc.macro_tile_enable", property, NULL) > 0) &&
280 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
281 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
/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);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_vsync.cpp71 char property[PROPERTY_VALUE_MAX]; local
72 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
73 if(atoi(property) == 1)
77 if(property_get("debug.hwc.logvsync", property, 0) > 0) {
78 if(atoi(property) == 1)
H A Dhwc_uevents.cpp74 char property[PROPERTY_VALUE_MAX]; local
75 if((property_get("persist.sys.wfd.virtual", property, NULL) > 0) &&
76 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
77 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
/hardware/libhardware/tests/vehicle/
H A Dvehicle-hal-tool.c63 "Subscribes to be notified about a property change (depending on whether\n"
64 "it is a on change property or a continuous property) for seconds provided\n"
208 vehicle_hw_device_t *device, int32_t property, int32_t type, char *value_string) {
230 data->prop = property;
233 printf("Cannot get property: %d\n", ret_code);
245 int32_t property,
249 vehicle_data.prop = property;
374 printf("Cannot set property: %d\n", ret_code);
381 printf("Got some value from callback property
207 get_property( vehicle_hw_device_t *device, int32_t property, int32_t type, char *value_string) argument
244 set_property(vehicle_hw_device_t *device, int32_t property, int32_t type, char *data) argument
387 vehicle_error_callback(int32_t error_code, int32_t property, int32_t operation) argument
440 int property = -1; local
[all...]
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayRotator.cpp33 char property[PROPERTY_VALUE_MAX]; local
35 if((property_get("debug.rotcache.disable", property, NULL) > 0) &&
36 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
37 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayRotator.cpp33 char property[PROPERTY_VALUE_MAX]; local
35 if((property_get("debug.rotcache.disable", property, NULL) > 0) &&
36 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
37 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
/hardware/qcom/display/msm8084/libgralloc/
H A Dframebuffer.cpp126 char property[PROPERTY_VALUE_MAX]; local
182 if (property_get("debug.sf.hw", property, NULL) > 0 &&
183 atoi(property) == 0)
185 else if(property_get("debug.composition.type", property, NULL) > 0 &&
186 (strncmp(property, "mdp", 3) == 0))
216 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) {
217 int num = atoi(property);
353 char property[PROPERTY_VALUE_MAX]; local
354 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
355 (!strncmp(property, "
[all...]
/hardware/qcom/display/msm8226/libgralloc/
H A Dframebuffer.cpp127 char property[PROPERTY_VALUE_MAX]; local
183 if (property_get("debug.sf.hw", property, NULL) > 0 &&
184 atoi(property) == 0)
186 else if(property_get("debug.composition.type", property, NULL) > 0 &&
187 (strncmp(property, "mdp", 3) == 0))
217 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) {
218 int num = atoi(property);
354 char property[PROPERTY_VALUE_MAX]; local
355 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
356 (!strncmp(property, "
[all...]
/hardware/qcom/display/msm8909/libgralloc/
H A Dframebuffer.cpp124 char property[PROPERTY_VALUE_MAX]; local
178 if (property_get("debug.sf.hw", property, NULL) > 0 &&
179 atoi(property) == 0)
181 else if(property_get("debug.composition.type", property, NULL) > 0 &&
182 (strncmp(property, "mdp", 3) == 0))
212 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) {
213 int num = atoi(property);
368 char property[PROPERTY_VALUE_MAX]; local
369 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
370 (!strncmp(property, "
[all...]
/hardware/qcom/display/msm8994/libgralloc/
H A Dframebuffer.cpp132 char property[PROPERTY_VALUE_MAX]; local
186 if (property_get("debug.sf.hw", property, NULL) > 0 &&
187 atoi(property) == 0)
189 else if(property_get("debug.composition.type", property, NULL) > 0 &&
190 (strncmp(property, "mdp", 3) == 0))
220 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) {
221 int num = atoi(property);
376 char property[PROPERTY_VALUE_MAX]; local
377 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
378 (!strncmp(property, "
[all...]
/hardware/qcom/display/msm8996/libgralloc/
H A Dframebuffer.cpp124 char property[PROPERTY_VALUE_MAX]; local
178 if (property_get("debug.sf.hw", property, NULL) > 0 &&
179 atoi(property) == 0)
181 else if(property_get("debug.composition.type", property, NULL) > 0 &&
182 (strncmp(property, "mdp", 3) == 0))
212 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) {
213 int num = atoi(property);
368 char property[PROPERTY_VALUE_MAX]; local
369 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
370 (!strncmp(property, "
[all...]
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_vsync.cpp117 char property[PROPERTY_VALUE_MAX]; local
118 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
119 if(atoi(property) == 1)
123 if(property_get("debug.hwc.logvsync", property, 0) > 0) {
124 if(atoi(property) == 1)
191 //Fake vsync is used only when set explicitly through a property or when
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_debugger.cpp166 char property[PROPERTY_VALUE_MAX]; local
168 if (property_get(property_name, property, NULL) > 0) {
169 *value = atoi(property);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_hevc.cpp1319 SWVENC_PROP property; local
1320 property.ePropId = (port == 0) ? SWVENC_PROP_ID_IPBUFFREQ : SWVENC_PROP_ID_OPBUFFREQ;
1322 sRet = SwVenc_GetProperty(m_pSwVenc, &property);
1327 *min_buff_count = property.uProperty.sIpBuffReq.nMinCount;
1328 *buff_size = property.uProperty.sIpBuffReq.nSize;
1329 *actual_buff_count = property.uProperty.sIpBuffReq.nMinCount;
1334 *min_buff_count = property.uProperty.sOpBuffReq.nMinCount;
1335 *buff_size = property.uProperty.sOpBuffReq.nSize;
1336 *actual_buff_count = property.uProperty.sOpBuffReq.nMinCount;
1337 DEBUG_PRINT_HIGH("SwVenc output buffer Size =%u Count = %u", property
1349 SWVENC_PROP property; local
[all...]
/hardware/libhardware/tests/input/evdev/
H A DInputMocks.h61 virtual bool hasInputProperty(int32_t property) const override {
62 return mInputProperties.count(property);
80 void addInputProperty(int32_t property) { mInputProperties.insert(property); } argument
/hardware/qcom/display/msm8084/libexternal/
H A Dexternal.h58 void setSPDInfo(const char* node, const char* property);

Completed in 8549 milliseconds

123456789