Searched refs:_tlog (Results 1 – 2 of 2) sorted by relevance
101 #define trusty_tlog _tlog in __android_log_print()121 #define trusty_tlog(...) _tlog(kernelLogLevel, __VA_ARGS__) in __android_log_print()
28 #define _tlog(fmt, ...) printf(fmt, ##__VA_ARGS__) macro