Searched defs:TLOGW (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/system/chre/util/include/chre/util/nanoapp/ |
H A D | tagged_log.h | 35 #define TLOGW LOGW macro 43 #define TLOGW(format, ...) LOGW("%s " format, LOG_TAG, ##__VA_ARGS__) macro
|
/aosp_15_r20/frameworks/native/libs/binder/trusty/include_mock/ |
H A D | trusty_log.h | 24 #define TLOGW(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
|
/aosp_15_r20/trusty/user/base/include/user/ |
D | trusty_log.h | 78 #define TLOGW(x...) \ macro
|
/aosp_15_r20/trusty/kernel/include/ |
H A D | trusty_log.h | 37 #define TLOGW(fmt, x...) _tlog(INFO, "%s: %d: " fmt, TLOG_TAG, __LINE__, ##x) macro
|