Searched defs:Dprintf (Results 1 – 1 of 1) sorted by relevance
289 # define Dprintf(format, ...) ALOGI(format, ##__VA_ARGS__); macro303 # define Dprintf(format...) fprintf (stderr, format) macro311 # define Dprintf(format...) macro