Home
last modified time | relevance | path

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

/system/core/logd/
DLogAudit.cpp38 #define KMSG_PRIORITY(PRI) \ macro
50 static const char auditd_message[] = { KMSG_PRIORITY(LOG_INFO), in LogAudit()
103 static const char log_info[] = { KMSG_PRIORITY(LOG_INFO) }; in logPrint()
104 static const char log_warning[] = { KMSG_PRIORITY(LOG_WARNING) }; in logPrint()
Dmain.cpp54 #define KMSG_PRIORITY(PRI) \ macro
265 static const char reinit_message[] = { KMSG_PRIORITY(LOG_INFO), in reinit_thread_start()
DLogKlog.cpp34 #define KMSG_PRIORITY(PRI) \ macro
40 static const char priority_message[] = { KMSG_PRIORITY(LOG_INFO), '\0' };