Home
last modified time | relevance | path

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

/aosp12/system/logging/liblog/include/log/
H A Dlog_id.h29 const char* android_log_id_to_name(log_id_t log_id);
/aosp12/system/logging/liblog/include_vndk/log/
H A Dlog_id.h29 const char* android_log_id_to_name(log_id_t log_id);
/aosp12/system/logging/logd/
H A DLogSize.cpp49 std::string buffer_name = android_log_id_to_name(log_id); in GetBufferSizeFromProperties()
H A DLogStatistics.cpp469 android_log_id_to_name(id)), in formatHeader()
836 android_log_id_to_name(id)); in Format()
/aosp12/system/logging/liblog/tests/
H A Dlog_read_test.cpp44 std::string name = android_log_id_to_name(id); in TEST()
H A Dlog_id_test.cpp38 const char* name = android_log_id_to_name(id); in TEST()
/aosp12/system/logging/liblog/
H A Dlogger_name.cpp36 const char* android_log_id_to_name(log_id_t log_id) { in android_log_id_to_name() function
H A Dliblog.map.txt4 android_log_id_to_name; # llndk
H A DREADME.md76 const char *android_log_id_to_name(log_id_t log_id)
/aosp12/system/logging/logcat/
H A Dlogcat.cpp243 android_log_id_to_name(log_id)) < 0) { in PrintDividers()
961 const char* buffer_name = android_log_id_to_name(static_cast<log_id_t>(i)); in Run()