Searched refs:LOG_PRI (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ | ||
D | syslog.h | 49 #define LOG_PRI(x) ((x) & LOG_PRIMASK) macro |
/bionic/libc/bionic/ | ||
D | syslog.cpp | 55 if ((syslog_priority_mask & LOG_MASK(LOG_PRI(priority))) == 0) { in vsyslog() |