Home
last modified time | relevance | path

Searched refs:prop (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/libqdutils/
Dprofiler.cpp49 char prop[PROPERTY_VALUE_MAX]; in Init() local
50 property_get("debug.gr.calcfps", prop, "0"); in Init()
51 debug_fps_level = atoi(prop); in Init()
68 char prop[PROPERTY_VALUE_MAX]; in populate_debug_fps_metadata() local
71 property_get("debug.gr.calcfps.type", prop, "0"); in populate_debug_fps_metadata()
72 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop); in populate_debug_fps_metadata()
75 property_get("debug.gr.calcfps.timeperiod", prop, "1000"); in populate_debug_fps_metadata()
76 debug_fps_metadata.time_period = atoi(prop); in populate_debug_fps_metadata()
78 property_get("debug.gr.calcfps.period", prop, "10"); in populate_debug_fps_metadata()
79 debug_fps_metadata.period = atoi(prop); in populate_debug_fps_metadata()
[all …]
/hardware/ti/omap4xxx/camera/
DCameraParameters.cpp139 ssize_t CameraProperties::Properties::set(const char *prop, const char *value) in set() argument
141 if(!prop) in set()
146 return mProperties->replaceValueFor(String8(prop), String8(value)); in set()
149 ssize_t CameraProperties::Properties::set(const char *prop, int value) in set() argument
155 return set(prop, s_val); in set()
158 const char* CameraProperties::Properties::get(const char * prop) in get() argument
160 String8 value = mProperties->valueFor(String8(prop)); in get()
/hardware/libhardware/
Dhardware.c126 char prop[PATH_MAX]; in hw_get_module_by_class() local
145 if (property_get(variant_keys[i], prop, NULL) == 0) { in hw_get_module_by_class()
149 HAL_LIBRARY_PATH2, name, prop); in hw_get_module_by_class()
153 HAL_LIBRARY_PATH1, name, prop); in hw_get_module_by_class()
/hardware/ti/omap4xxx/camera/inc/
DCameraProperties.h165 ssize_t set(const char *prop, const char *value);
166 ssize_t set(const char *prop, int value);
167 const char* get(const char * prop);
/hardware/libhardware_legacy/qemu/
Dqemu.c160 char prop[PROPERTY_VALUE_MAX]; in qemu_channel_open_tty() local
167 if (property_get(key, prop, "") == 0) { in qemu_channel_open_tty()
173 "/dev/%s", prop); in qemu_channel_open_tty()
175 D("%s device name too long: '%s'", name, prop); in qemu_channel_open_tty()
/hardware/qcom/display/libexternal/
Dexternal.cpp289 const char* prop = (mUnderscanSupported) ? "1" : "0"; in readCEUnderscanInfo() local
290 property_set("hw.underscan_supported", prop); in readCEUnderscanInfo()
479 const char* prop = "0"; in resetInfo() local
480 property_set("hw.underscan_supported", prop); in resetInfo()