Searched refs:__log (Results 1 – 1 of 1) sorted by relevance
/system/extras/libfec/ |
D | fec_private.h | 183 #define __log(func, type, format, args...) \ macro 189 #define __log(func, type, format, args...) \ macro 197 #define debug(format, args...) __log(DEBUG, "debug", format, ##args) 200 #define warn(format, args...) __log(WARNING, "warning", format, ##args) 201 #define error(format, args...) __log(ERROR, "error", format, ##args)
|