Home
last modified time | relevance | path

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

/system/core/liblog/include_vndk/log/
Dlog_id.h59 const char* android_log_id_to_name(log_id_t log_id);
/system/core/liblog/include/log/
Dlog_id.h59 const char* android_log_id_to_name(log_id_t log_id);
/system/core/liblog/
Dlogger_name.c36 LIBLOG_ABI_PUBLIC 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; # vndk
Dfake_writer.c57 snprintf(buf, sizeof(buf), "/dev/log_%s", android_log_id_to_name(i)); in fakeOpen()
Dproperties.c632 android_log_id_to_name(logId)); in __android_logger_get_buffer_size()
634 android_log_id_to_name(logId)); in __android_logger_get_buffer_size()
DREADME86 const char *android_log_id_to_name(log_id_t log_id)
/system/core/liblog/tests/
Dlog_id_test.cpp38 const char* name = android_log_id_to_name(id); in TEST()
Dlog_read_test.cpp89 const char* name = android_log_id_to_name(id); in TEST()
/system/core/logd/
DLogStatistics.cpp244 android_log_id_to_name(id)), in formatHeader()
474 android_log_id_to_name(id)); in format()
/system/core/logcat/
Dlogcat.cpp1099 const char* name = android_log_id_to_name(log_id); in __logcat()
1113 const char* name = android_log_id_to_name((log_id_t)i); in __logcat()