Lines Matching defs:args
199 #define tlogv(fmt, args...) \ argument
202 #define tlogv(fmt, args...) tee_print(LOG_LEVEL_VERBO, "%s %d:" fmt "", TAG_VERB, __LINE__, ##args) argument
205 #define tlogv(fmt, args...) \ argument
217 #define tlogd(fmt, args...) \ argument
220 #define tlogd(fmt, args...) tee_print(LOG_LEVEL_DEBUG, "%s %d:" fmt "", TAG_DEBUG, __LINE__, ##args) argument
223 #define tlogd(fmt, args...) \ argument
235 #define tlogi(fmt, args...) \ argument
238 #define tlogi(fmt, args...) tee_print(LOG_LEVEL_INFO, "%s %d:" fmt "", TAG_INFO, __LINE__, ##args) argument
241 #define tlogi(fmt, args...) \ argument
253 #define tlogw(fmt, args...) \ argument
256 #define tlogw(fmt, args...) tee_print(LOG_LEVEL_WARN, "%s %d:" fmt "", TAG_WARN, __LINE__, ##args) argument
259 #define tlogw(fmt, args...) \ argument
272 #define tloge(fmt, args...) \ argument
275 #define tloge(fmt, args...) tee_print(LOG_LEVEL_ERROR, "%s %d:" fmt " ", TAG_ERROR, __LINE__, ##arg… argument
278 #define tloge(fmt, args...) printf("[%s] %s %d:" fmt " ", g_debug_prefix, TAG_ERROR, __LINE__, ##ar… argument
281 #define tloge(fmt, args...) \ argument