Lines Matching defs:args
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
301 #define tlogw(fmt, args...) tee_print(LOG_LEVEL_WARN, "%s %d:" fmt "", TAG_WARN, __LINE__, ##args) argument
309 #define tlogw(fmt, args...) \ argument
322 #define tloge(fmt, args...) \ argument
330 #define tloge(fmt, args...) tee_print(LOG_LEVEL_ERROR, "%s %d:" fmt " ", TAG_ERROR, __LINE__, ##arg… argument
338 #define tloge(fmt, args...) printf("[%s] %s %d:" fmt " ", g_debug_prefix, TAG_ERROR, __LINE__, ##ar… argument
346 #define tloge(fmt, args...) \ argument