Home
last modified time | relevance | path

Searched defs:LOG_PRI (Results 1 – 2 of 2) sorted by relevance

/external/musl/include/
Dsyslog.h20 #define LOG_PRI(p) ((p)&LOG_PRIMASK) macro
/external/mesa3d/include/android_stub/log/
Dlog_main.h94 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__) macro