Home
last modified time | relevance | path

Searched refs:_tlog (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/trusty/
DOS.cpp101 #define trusty_tlog _tlog in __android_log_print()
121 #define trusty_tlog(...) _tlog(kernelLogLevel, __VA_ARGS__) in __android_log_print()
/frameworks/native/libs/binder/trusty/include_mock/
Dtrusty_log.h28 #define _tlog(fmt, ...) printf(fmt, ##__VA_ARGS__) macro