Searched refs:property_get_bool (Results 1 - 5 of 5) sorted by relevance

/system/core/logd/
H A Dmain.cpp110 static bool property_get_bool(const char *key, bool def) { function
130 bool auditd = property_get_bool("logd.auditd", true);
133 if (auditd && property_get_bool("logd.auditd.dmesg", true)) {
152 if (property_get_bool("logd.statistics.dgram_qlen", false)) {
158 if (property_get_bool("logd.statistics",
160 && !property_get_bool("ro.config.low_ram", false))) {
/system/core/include/cutils/
H A Dproperties.h48 /* property_get_bool: returns the value of key coerced into a
62 int8_t property_get_bool(const char *key, int8_t default_value);
/system/core/libcutils/tests/
H A DPropertiesTest.cpp182 bool val = property_get_bool(PROPERTY_TEST_KEY, /*default_value*/false);
192 bool val = property_get_bool(PROPERTY_TEST_KEY, /*default_value*/true);
207 bool val = property_get_bool(PROPERTY_TEST_KEY, /*default_value*/true);
210 val = property_get_bool(PROPERTY_TEST_KEY, /*default_value*/false);
/system/core/libcutils/
H A Dproperties.c33 int8_t property_get_bool(const char *key, int8_t default_value) { function
/system/core/healthd/
H A Dhealthd_mode_charger.cpp522 if (property_get_bool("ro.enable_boot_charger_mode", false)) {

Completed in 1591 milliseconds