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