Lines Matching refs:op
87 #define HST_HILOG(op, fmt, args...) \
89 op(LOG_TYPE, PUBLIC_LOG_S ":" fmt, HST_LOG_TAG, ##args); \
92 #define HST_HILOG(op, fmt, args...) \
94 op(LOG_TYPE, "(" PUBLIC_LOG_S "(), " PUBLIC_LOG_D32 "): " fmt, __FUNCTION__, __LINE__, ##args); \
96 #define HST_HILOG_SHORT(op, fmt, args...) \
98 op(LOG_TYPE, "#" PUBLIC_LOG_D32 " " fmt, __LINE__, ##args); \
100 #define HST_HILOG_NO_RELEASE(op, fmt, args...) \
102 op(LOG_ONLY_PRERELEASE, "(" PUBLIC_LOG_S "(), " PUBLIC_LOG_D32 "): " fmt, __FUNCTION__, __LINE__, ##args); \
105 #define HST_HILOG_TAG(op, fmt, args...) \
107 op(LOG_TYPE, "[" PUBLIC_LOG_S "]:" fmt, HST_LOG_TAG, ##args); \
154 #define MEDIA_LOG_LIMIT(op, frequency, fmt, ...) \
158 op(fmt, ##__VA_ARGS__); \