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

/system/core/logd/
H A Dmain.cpp94 __android_logger_property_get_bool("ro.build.type", BOOL_DEFAULT_FALSE);
440 bool klogd = __android_logger_property_get_bool(
475 __android_logger_property_get_bool("ro.logd.auditd", BOOL_DEFAULT_TRUE);
493 if (__android_logger_property_get_bool(
533 __android_logger_property_get_bool(
H A DLogAudit.cpp48 main(__android_logger_property_get_bool("ro.logd.auditd.main",
50 events(__android_logger_property_get_bool("ro.logd.auditd.events",
/system/core/include/private/
H A Dandroid_logger.h144 bool __android_logger_property_get_bool(const char* key, int flag);
/system/core/liblog/include/private/
H A Dandroid_logger.h144 bool __android_logger_property_get_bool(const char* key, int flag);
/system/core/liblog/
H A Dproperties.c439 LIBLOG_ABI_PRIVATE bool __android_logger_property_get_bool(const char* key, function
480 __android_logger_property_get_bool("ro.config.low_ram",
625 default_size = __android_logger_property_get_bool("ro.config.low_ram",

Completed in 95 milliseconds