Searched refs:mpp_logw_cf (Results 1 – 2 of 2) sorted by relevance
62 #define mpp_logw_cf(cond, fmt, ...) do { if (cond) mpp_logw_f(fmt, ## __VA_ARGS__); } while (0) macro