Home
last modified time | relevance | path

Searched refs:mc_info (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/msm8998/json-c/
Ddebug.h29 extern void mc_info(const char *msg, ...);
58 #define MC_INFO(x, ...) mc_info(x, ##__VA_ARGS__)
64 #define MC_INFO(x, ...) if (0) mc_info(x, ##__VA_ARGS__)
Ddebug.c72 void mc_info(const char *msg, ...) in mc_info() function