Searched refs:property_get_bool (Results 1 – 13 of 13) sorted by relevance
/system/core/libcutils/ |
D | properties_test.cpp | 233 bool val = property_get_bool(PROPERTY_TEST_KEY, /*default_value*/false); in TEST_F() 243 bool val = property_get_bool(PROPERTY_TEST_KEY, /*default_value*/true); in TEST_F() 258 bool val = property_get_bool(PROPERTY_TEST_KEY, /*default_value*/true); in TEST_F() 261 val = property_get_bool(PROPERTY_TEST_KEY, /*default_value*/false); in TEST_F()
|
D | properties.cpp | 33 int8_t property_get_bool(const char *key, int8_t default_value) { in property_get_bool() function
|
D | trace-dev.inc | 130 bool sys_debuggable = property_get_bool("ro.debuggable", 0);
|
/system/bt/osi/src/ |
D | properties.cc | 68 return property_get_bool(key, default_value); in osi_property_get_bool()
|
/system/core/libcutils/include_vndk/cutils/ |
D | properties.h | 62 int8_t property_get_bool(const char *key, int8_t default_value);
|
/system/core/libcutils/include/cutils/ |
D | properties.h | 62 int8_t property_get_bool(const char *key, int8_t default_value);
|
/system/bt/test/headless/ |
D | Android.bp | 51 "libcutils", // property_get_bool
|
/system/memory/lmkd/ |
D | lmkd.cpp | 2861 property_get_bool("ro.lmk.use_new_strategy", low_ram_device || !use_minfree_levels); in init_psi_monitors() 2977 use_psi_monitors = property_get_bool("ro.lmk.use_psi", true) && in init_monitors() 3297 debug_process_killing = property_get_bool("ro.lmk.debug", false); in update_props() 3301 property_get_bool("ro.lmk.critical_upgrade", false); in update_props() 3307 property_get_bool("ro.lmk.kill_heaviest_task", false); in update_props() 3308 low_ram_device = property_get_bool("ro.config.low_ram", false); in update_props() 3312 property_get_bool("ro.lmk.use_minfree_levels", false); in update_props() 3314 property_get_bool("ro.config.per_app_memcg", low_ram_device); in update_props()
|
D | statslog.cpp | 35 static bool enable_stats_log = property_get_bool("ro.lmk.log_stats", false);
|
/system/core/sdcard/ |
D | sdcard.cpp | 76 if (property_get_bool(PROP_SDCARDFS_DEVICE, true)) { in should_use_sdcardfs()
|
/system/bt/test/rootcanal/ |
D | bluetooth_hci.cc | 44 return property_get_bool("bt.rootcanal_test_console", true); in BtTestConsoleEnabled()
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 465 if (property_get_bool("ro.enable_boot_charger_mode", false)) { in ProcessKey()
|
/system/vold/ |
D | FsCrypt.cpp | 110 return property_get_bool("persist.sys.emulate_fbe", false); in fscrypt_is_emulated()
|