Searched refs:MLOGD (Results 1 – 5 of 5) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | MLog.h | 118 #define MLOGD(tag,fmt,...) filter_log(EN_LOG_PRIORITY_DEBUG, tag, fmt, ##__VA_ARGS__) macro
|
| H A D | ULog.h | 132 #define ULOGD(tag,fmt,...) MLOGD("Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | MLog.h | 118 #define MLOGD(tag,fmt,...) filter_log(EN_LOG_PRIORITY_DEBUG, tag, fmt, ##__VA_ARGS__) macro
|
| H A D | ULog.h | 149 #define ULOGD(tag,fmt,...) MLOGD("Utopia", "[" tag "]" fmt, ##__VA_ARGS__)
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 57898 #define ULOGD(tag,fmt,...) MLOGD("Utopia", "[" tag "]" fmt, ##__VA_ARGS__) 68344 #define MLOGD(tag,fmt,...) filter_log(EN_LOG_PRIORITY_DEBUG, tag, fmt, ##__VA_ARGS__)
|