Home
last modified time | relevance | path

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

/system/core/debuggerd/test/
Dlog_fake.cpp68 extern "C" log_id_t android_name_to_log_id(const char*) { in android_name_to_log_id() function
/system/core/logcat/
Dlogcat.cpp612 log_id_t log_id = android_name_to_log_id(name); in main()
764 if (android_name_to_log_id("system") == LOG_ID_SYSTEM) { in main()
768 if (android_name_to_log_id("crash") == LOG_ID_CRASH) { in main()
831 android_name_to_log_id(dev->device)); in main()
983 if (android_name_to_log_id(d->device) == log_msg.id()) { in main()
/system/core/include/log/
Dlogger.h189 log_id_t android_name_to_log_id(const char *logName);
/system/core/liblog/
DREADME81 log_id_t android_name_to_log_id(const char *logName)
Dlog_read_kern.c105 log_id_t android_name_to_log_id(const char *logName) in android_name_to_log_id() function
Dlog_read.c222 log_id_t android_name_to_log_id(const char *logName) in android_name_to_log_id() function
/system/core/logcat/tests/
Dlogcat_test.cpp62 log_id_t id = android_name_to_log_id(buffer + sizeof(begin) - 1); in TEST()
/system/core/debuggerd/
Dtombstone.cpp499 android_name_to_log_id(filename), ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, tail, pid); in dump_log_file()
/system/core/liblog/tests/
Dliblog_test.cpp607 if (id != android_name_to_log_id(name)) { in TEST()