Home
last modified time | relevance | path

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

/system/core/liblog/include/log/
Dlog_id.h28 log_id_t android_name_to_log_id(const char* logName);
/system/core/liblog/include_vndk/log/
Dlog_id.h28 log_id_t android_name_to_log_id(const char* logName);
/system/core/liblog/
Dlogger_name.cpp49 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; # apex llndk
DREADME.md75 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()
/system/core/debuggerd/libdebuggerd/
Dtombstone.cpp458 android_logger_list_open(android_name_to_log_id(filename), ANDROID_LOG_NONBLOCK, tail, pid); in dump_log_file()
/system/core/logcat/
Dlogcat.cpp743 log_id_t log_id = android_name_to_log_id(buffer.c_str()); in Run()
/system/core/logcat/tests/
Dlogcat_test.cpp105 log_id_t id = android_name_to_log_id(buffer + sizeof(begin) - 1); in TEST()