Home
last modified time | relevance | path

Searched refs:android_name_to_log_id (Results 1 – 8 of 8) sorted by relevance

/system/core/liblog/
Dlogger_name.c43 LIBLOG_ABI_PUBLIC log_id_t android_name_to_log_id(const char *logName) in android_name_to_log_id() function
DREADME81 log_id_t android_name_to_log_id(const char *logName)
/system/core/debuggerd/test/
Dlog_fake.cpp71 extern "C" log_id_t android_name_to_log_id(const char*) { in android_name_to_log_id() function
/system/core/logcat/
Dlogcat.cpp783 log_id_t log_id = android_name_to_log_id(name); in main()
819 log_id_t log_id = android_name_to_log_id(name); in main()
1006 if (android_name_to_log_id("system") == LOG_ID_SYSTEM) { in main()
1010 if (android_name_to_log_id("crash") == LOG_ID_CRASH) { in main()
1079 android_name_to_log_id(dev->device)); in main()
1243 if (android_name_to_log_id(d->device) == log_msg.id()) { in main()
/system/core/include/log/
Dlogger.h212 log_id_t android_name_to_log_id(const char *logName);
/system/core/debuggerd/
Dtombstone.cpp496 android_name_to_log_id(filename), ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, tail, pid); in dump_log_file()
/system/core/logcat/tests/
Dlogcat_test.cpp65 log_id_t id = android_name_to_log_id(buffer + sizeof(begin) - 1); in TEST()
/system/core/liblog/tests/
Dliblog_test.cpp1130 if (id != android_name_to_log_id(name)) { in TEST()