Searched defs:android_testLog (Results 1 - 3 of 3) sorted by last modified time

/system/core/include/log/
H A Dlog_main.h315 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag))
321 * IF_ALOG uses android_testLog, but IF_ALOG can be overridden.
322 * android_testLog will remain constant in its purpose as a wrapper
358 #define android_testLog(prio, tag) \ macro
362 #define android_testLog(prio, tag) \ macro
370 #define android_testLog(prio, tag) \ macro
373 #define android_testLog(prio, tag) \ macro
381 #define android_testLog(prio, tag) (1)
/system/core/liblog/include/log/
H A Dlog_main.h315 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag))
321 * IF_ALOG uses android_testLog, but IF_ALOG can be overridden.
322 * android_testLog will remain constant in its purpose as a wrapper
358 #define android_testLog(prio, tag) \ macro
362 #define android_testLog(prio, tag) \ macro
370 #define android_testLog(prio, tag) \ macro
373 #define android_testLog(prio, tag) \ macro
381 #define android_testLog(prio, tag) (1)
/system/core/liblog/include_vndk/log/
H A Dlog_main.h315 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag))
321 * IF_ALOG uses android_testLog, but IF_ALOG can be overridden.
322 * android_testLog will remain constant in its purpose as a wrapper
358 #define android_testLog(prio, tag) \ macro
362 #define android_testLog(prio, tag) \ macro
370 #define android_testLog(prio, tag) \ macro
373 #define android_testLog(prio, tag) \ macro
381 #define android_testLog(prio, tag) (1)

Completed in 34 milliseconds