Home
last modified time | relevance | path

Searched refs:android_log_id_to_name (Results 1 – 10 of 10) sorted by relevance

/system/core/liblog/include/log/
Dlog_id.h29 const char* android_log_id_to_name(log_id_t log_id);
/system/core/liblog/include_vndk/log/
Dlog_id.h29 const char* android_log_id_to_name(log_id_t log_id);
/system/core/liblog/tests/
Dlog_read_test.cpp44 std::string name = android_log_id_to_name(id); in TEST()
Dlog_id_test.cpp38 const char* name = android_log_id_to_name(id); in TEST()
/system/core/liblog/
Dlogger_name.cpp36 const char* android_log_id_to_name(log_id_t log_id) { in android_log_id_to_name() function
Dliblog.map.txt4 android_log_id_to_name; # llndk
Dproperties.cpp499 android_log_id_to_name(logId)); in __android_logger_get_buffer_size()
500 snprintf(key_ro, sizeof(key_ro), "%s.%s", global_default, android_log_id_to_name(logId)); in __android_logger_get_buffer_size()
DREADME.md76 const char *android_log_id_to_name(log_id_t log_id)
/system/core/logcat/
Dlogcat.cpp239 android_log_id_to_name(log_id)) < 0) { in PrintDividers()
1044 const char* buffer_name = android_log_id_to_name(static_cast<log_id_t>(i)); in Run()
/system/core/logd/
DLogStatistics.cpp469 android_log_id_to_name(id)), in formatHeader()
836 android_log_id_to_name(id)); in Format()