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