Searched defs:fmt (Results 1 – 1 of 1) sorted by relevance
| /interface/sdk_c/TEEKit/include/tee/ |
| D | tee_log.h | 209 #define tlogv(fmt, args...) \ argument 217 #define tlogv(fmt, args...) tee_print(LOG_LEVEL_VERBO, "%s %d:" fmt "", TAG_VERB, __LINE__, ##args) argument 225 #define tlogv(fmt, args...) \ argument 237 #define tlogd(fmt, args...) \ argument 245 #define tlogd(fmt, args...) tee_print(LOG_LEVEL_DEBUG, "%s %d:" fmt "", TAG_DEBUG, __LINE__, ##args) argument 253 #define tlogd(fmt, args...) \ argument 265 #define tlogi(fmt, args...) \ argument 273 #define tlogi(fmt, args...) tee_print(LOG_LEVEL_INFO, "%s %d:" fmt "", TAG_INFO, __LINE__, ##args) argument 281 #define tlogi(fmt, args...) \ argument 293 #define tlogw(fmt, args...) \ argument [all …]
|