Searched defs:android_testLog (Results 1 - 3 of 3) sorted by relevance

/system/core/include/log/
H A Dlog_main.h313 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag))
319 * IF_ALOG uses android_testLog, but IF_ALOG can be overridden.
320 * android_testLog will remain constant in its purpose as a wrapper
356 #define android_testLog(prio, tag) \ macro
360 #define android_testLog(prio, tag) \ macro
368 #define android_testLog(prio, tag) \ macro
371 #define android_testLog(prio, tag) \ macro
379 #define android_testLog(prio, tag) (1)
/system/core/liblog/include/log/
H A Dlog_main.h313 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag))
319 * IF_ALOG uses android_testLog, but IF_ALOG can be overridden.
320 * android_testLog will remain constant in its purpose as a wrapper
356 #define android_testLog(prio, tag) \ macro
360 #define android_testLog(prio, tag) \ macro
368 #define android_testLog(prio, tag) \ macro
371 #define android_testLog(prio, tag) \ macro
379 #define android_testLog(prio, tag) (1)
/system/core/liblog/include_vndk/log/
H A Dlog_main.h313 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag))
319 * IF_ALOG uses android_testLog, but IF_ALOG can be overridden.
320 * android_testLog will remain constant in its purpose as a wrapper
356 #define android_testLog(prio, tag) \ macro
360 #define android_testLog(prio, tag) \ macro
368 #define android_testLog(prio, tag) \ macro
371 #define android_testLog(prio, tag) \ macro
379 #define android_testLog(prio, tag) (1)

Completed in 379 milliseconds