Searched defs:default_value (Results 1 – 7 of 7) sorted by relevance
/system/core/libcutils/ |
D | properties.c | 33 int8_t property_get_bool(const char *key, int8_t default_value) { in property_get_bool() 62 intmax_t default_value) { in property_get_imax() 99 int64_t property_get_int64(const char *key, int64_t default_value) { in property_get_int64() 103 int32_t property_get_int32(const char *key, int32_t default_value) { in property_get_int32() 115 int property_get(const char *key, char *value, const char *default_value) in property_get()
|
/system/core/debuggerd/test/ |
D | property_fake.cpp | 34 extern "C" int property_get(const char* key, char* value, const char* default_value) { in property_get()
|
/system/extras/ext4_utils/ |
D | unencrypted_properties.h | 52 t default_value) const in Get()
|
/system/core/include/cutils/ |
D | properties.h | 119 int property_get(const char *key, char *value, const char *default_value) { in property_get()
|
/system/extras/perfprofd/ |
D | perfprofdcore.cc | 219 unsigned default_value, in addUnsignedEntry() 236 void ConfigReader::addStringEntry(const char *key, const char *default_value) in addStringEntry()
|
/system/core/init/ |
D | init.cpp | 800 const char *default_value; in export_kernel_boot_props() member
|
/system/media/audio/include/system/ |
D | audio.h | 858 int default_value; /* default gain value in millibels */ member
|