Searched refs:LOG_PRI (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/include/android_stub/log/
H A Dlog_main.h93 #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 Degllog.c94 LOG_PRI(egl2alog[level], LOG_TAG, "%s", msg);
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Degllog.c94 LOG_PRI(egl2alog[level], LOG_TAG, "%s", msg);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_misc.c120 LOG_PRI(ANDROID_LOG_ERROR, LOG_TAG, "%s", message);

Completed in 4 milliseconds