Home
last modified time | relevance | path

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

/system/core/logd/
DLogAudit.cpp44 #define KMSG_PRIORITY(PRI) \ macro
58 static const char auditd_message[] = { KMSG_PRIORITY(LOG_INFO), in LogAudit()
228 static const char log_info[] = { KMSG_PRIORITY(LOG_INFO) }; in logPrint()
229 static const char log_warning[] = { KMSG_PRIORITY(LOG_WARNING) }; in logPrint()
Dmain.cpp56 #define KMSG_PRIORITY(PRI) \ macro
188 KMSG_PRIORITY(LOG_DEBUG), 'l', 'o', 'g', 'd', ':', ' ' in prdebug()
270 static const char reinit_message[] = { KMSG_PRIORITY(LOG_INFO), in reinit_thread_start()
DLogKlog.cpp35 #define KMSG_PRIORITY(PRI) \ macro
38 static const char priority_message[] = { KMSG_PRIORITY(LOG_INFO), '\0' };