Searched refs:LOG_PRI (Results 1 – 6 of 6) sorted by relevance
/system/core/liblog/include_vndk/log/ |
D | log_main.h | 93 #ifndef LOG_PRI 94 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__) macro 336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
|
/system/core/liblog/include/log/ |
D | log_main.h | 93 #ifndef LOG_PRI 94 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__) macro 336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
|
/system/nvram/core/include/nvram/core/ |
D | logger.h | 44 LOG_PRI(NVRAM_ANDROID_LOG_PRI_##level, LOG_TAG, fmt, ##__VA_ARGS__)
|
/system/core/logd/ |
D | main.cpp | 70 '<', '0' + LOG_MAKEPRI(LOG_DAEMON, LOG_PRI(PRI)) / 10, \ 71 '0' + LOG_MAKEPRI(LOG_DAEMON, LOG_PRI(PRI)) % 10, '>'
|
D | LogAudit.cpp | 46 '<', '0' + LOG_MAKEPRI(LOG_AUTH, LOG_PRI(PRI)) / 10, \ 47 '0' + LOG_MAKEPRI(LOG_AUTH, LOG_PRI(PRI)) % 10, '>'
|
/system/core/liblog/ |
D | README.md | 17 LOG_PRI(priority, tag, format, ...)
|