Home
last modified time | relevance | path

Searched refs:KMSG_PRIORITY (Results 1 – 3 of 3) sorted by relevance

/system/core/logd/
DLogAudit.cpp34 #define KMSG_PRIORITY(PRI) \ macro
46 static const char auditd_message[] = { KMSG_PRIORITY(LOG_INFO), in LogAudit()
99 static const char log_info[] = { KMSG_PRIORITY(LOG_INFO) }; in logPrint()
100 static const char log_warning[] = { KMSG_PRIORITY(LOG_WARNING) }; in logPrint()
Dmain.cpp51 #define KMSG_PRIORITY(PRI) \ macro
213 static const char reinit_message[] = { KMSG_PRIORITY(LOG_INFO), in reinit_thread_start()
DLogKlog.cpp31 #define KMSG_PRIORITY(PRI) \ macro
37 static const char priority_message[] = { KMSG_PRIORITY(LOG_INFO), '\0' };