Searched refs:LOG_PRI (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/include/android_stub/log/ |
| H A 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__)
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | egllog.c | 94 LOG_PRI(egl2alog[level], LOG_TAG, "%s", msg);
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | egllog.c | 94 LOG_PRI(egl2alog[level], LOG_TAG, "%s", msg);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | os_misc.c | 120 LOG_PRI(ANDROID_LOG_ERROR, LOG_TAG, "%s", message);
|
Completed in 4 milliseconds