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