Searched defs:M_LOGE (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_aos.h | 55 #define M_LOGE(fmt, ...) aos_printf("%s: " fmt, __func__, ##__VA_ARGS__) macro
|
A D | uvoice_amp.h | 62 #define M_LOGE(fmt, ...) amp_printf("%s: "fmt, __func__, ##__VA_ARGS__) macro
|
A D | uvoice_alios.h | 70 #define M_LOGE(fmt, ...) printf("%s: "fmt, __func__, ##__VA_ARGS__) macro
|
A D | uvoice_linux.h | 71 #define M_LOGE(fmt, ...) printf("%s: "fmt, __func__, ##__VA_ARGS__) macro
|
Completed in 10 milliseconds