Home
last modified time | relevance | path

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

/system/core/liblog/include_vndk/log/
Dlog_id.h58 log_id_t android_name_to_log_id(const char* logName);
/system/core/liblog/include/log/
Dlog_id.h58 log_id_t android_name_to_log_id(const char* logName);
/system/core/liblog/
Dlogger_name.cpp48 log_id_t android_name_to_log_id(const char* logName) { in android_name_to_log_id() function
Dliblog.map.txt3 android_name_to_log_id; # vndk
DREADME.md77 log_id_t android_name_to_log_id(const char *logName)
/system/core/debuggerd/libdebuggerd/test/
Dlog_fake.cpp72 extern "C" log_id_t android_name_to_log_id(const char*) { in android_name_to_log_id() function
/system/core/libunwindstack/tests/
DLogFake.cpp81 extern "C" log_id_t android_name_to_log_id(const char*) { in android_name_to_log_id() function
/system/core/liblog/tests/
Dlog_id_test.cpp39 if (id != android_name_to_log_id(name)) { in TEST()
Dlog_read_test.cpp91 if (id != android_name_to_log_id(name)) { in TEST()
/system/core/logcat/
Dlogcat.cpp717 if (!blockSecurity || (android_name_to_log_id(name) != LOG_ID_SECURITY)) { in reportErrorName()
1074 log_id_t log_id = android_name_to_log_id(arg); in __logcat()
1090 log_id_t log_id = android_name_to_log_id(name); in __logcat()
1307 if (android_name_to_log_id("system") == LOG_ID_SYSTEM) { in __logcat()
1311 if (android_name_to_log_id("crash") == LOG_ID_CRASH) { in __logcat()
1412 android_name_to_log_id(dev->device)); in __logcat()
1615 if (android_name_to_log_id(d->device) == log_msg.id()) break; in __logcat()
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp506 android_name_to_log_id(filename), ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, tail, pid); in dump_log_file()
/system/core/logcat/tests/
Dlogcat_test.cpp102 log_id_t id = android_name_to_log_id(buffer + sizeof(begin) - 1); in TEST()