Searched refs:android_printLog (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/fuchsia/include/cutils/ |
D | log.h | 58 #define android_printLog(prio, tag, format, ...) \ macro 61 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__)
|
/hardware/google/gfxstream/guest/mesa/include/android_stub/log/ |
D | log_main.h | 84 #define android_printLog(prio, tag, ...) \ macro 94 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__)
|