Home
last modified time | relevance | path

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

/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/ril/mock-ril/
DREADME.txt123 /data/local.prop, but don't forget to reboot for it to take effect).