Searched defs:LOG_PRI (Results 1 – 4 of 4) sorted by relevance
/aosp12/bionic/libc/include/ |
H A D | syslog.h | 55 #define LOG_PRI(x) ((x) & LOG_PRIMASK) macro
|
/aosp12/frameworks/ex/framesequence/jni/utils/ |
H A D | log.h | 250 #define LOG_PRI(priority, tag, ...) \ macro
|
/aosp12/system/logging/liblog/include_vndk/log/ |
H A D | log_main.h | 94 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__) macro
|
/aosp12/system/logging/liblog/include/log/ |
H A D | log_main.h | 94 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__) macro
|