Searched refs:android_name_to_log_id (Results 1 - 7 of 7) sorted by relevance

/system/core/liblog/
H A Dlogger_name.c43 LIBLOG_ABI_PUBLIC log_id_t android_name_to_log_id(const char *logName) function
/system/core/debuggerd/test/
H A Dlog_fake.cpp71 extern "C" log_id_t android_name_to_log_id(const char*) { function
/system/core/include/log/
H A Dlogger.h212 log_id_t android_name_to_log_id(const char *logName);
/system/core/logcat/
H A Dlogcat.cpp775 log_id_t log_id = android_name_to_log_id(optarg);
788 log_id_t log_id = android_name_to_log_id(name);
956 if (android_name_to_log_id("system") == LOG_ID_SYSTEM) {
960 if (android_name_to_log_id("crash") == LOG_ID_CRASH) {
1029 android_name_to_log_id(dev->device));
1221 if (android_name_to_log_id(d->device) == log_msg.id()) {
/system/core/debuggerd/
H A Dtombstone.cpp497 android_name_to_log_id(filename), ANDROID_LOG_RDONLY | ANDROID_LOG_NONBLOCK, tail, pid);
/system/core/logcat/tests/
H A Dlogcat_test.cpp67 log_id_t id = android_name_to_log_id(buffer + sizeof(begin) - 1);
/system/core/liblog/tests/
H A Dliblog_test.cpp1138 if (id != android_name_to_log_id(name)) {

Completed in 177 milliseconds