Searched refs:DECORATOR_HDFLOG (Results 1 - 5 of 5) sorted by relevance
/drivers/interface/camera/sequenceable/include/ |
H A D | hdi_log.h | 31 #define DECORATOR_HDFLOG(op, fmt, args...) \ macro 36 #define DECORATOR_HDFLOG(op, fmt, args...) \ macro 42 #define HDI_CAMERA_LOGE(fmt, ...) DECORATOR_HDFLOG(HILOG_ERROR, fmt, ##__VA_ARGS__) 43 #define HDI_CAMERA_LOGW(fmt, ...) DECORATOR_HDFLOG(HILOG_WARN, fmt, ##__VA_ARGS__) 44 #define HDI_CAMERA_LOGI(fmt, ...) DECORATOR_HDFLOG(HILOG_INFO, fmt, ##__VA_ARGS__) 45 #define HDI_CAMERA_LOGV(fmt, ...) DECORATOR_HDFLOG(HILOG_DEBUG, fmt, ##__VA_ARGS__) 46 #define HDI_CAMERA_LOGD(fmt, ...) DECORATOR_HDFLOG(HILOG_DEBUG, fmt, ##__VA_ARGS__)
|
/drivers/peripheral/codec/utils/include/ |
H A D | codec_log_wrapper.h | 48 #define DECORATOR_HDFLOG(op, fmt, args...) \ macro 53 #define DECORATOR_HDFLOG(op, fmt, args...) \ macro 59 #define CODEC_LOGE(fmt, ...) DECORATOR_HDFLOG(HDF_LOGE, fmt, ##__VA_ARGS__) 60 #define CODEC_LOGW(fmt, ...) DECORATOR_HDFLOG(HDF_LOGW, fmt, ##__VA_ARGS__) 61 #define CODEC_LOGI(fmt, ...) DECORATOR_HDFLOG(HDF_LOGI, fmt, ##__VA_ARGS__) 62 #define CODEC_LOGV(fmt, ...) DECORATOR_HDFLOG(HDF_LOGV, fmt, ##__VA_ARGS__) 63 #define CODEC_LOGD(fmt, ...) DECORATOR_HDFLOG(HDF_LOGD, fmt, ##__VA_ARGS__)
|
/drivers/peripheral/user_auth/hdi_service/adaptor/inc/ |
H A D | adaptor_log.h | 28 #define DECORATOR_HDFLOG(op, fmt, args...) \ macro 33 #define DECORATOR_HDFLOG(op, fmt, args...) \ macro 39 #define LOG_ERROR(fmt, ...) DECORATOR_HDFLOG(HDF_LOGE, fmt, ##__VA_ARGS__) 40 #define LOG_INFO(fmt, ...) DECORATOR_HDFLOG(HDF_LOGI, fmt, ##__VA_ARGS__)
|
/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/ |
H A D | adaptor_log.h | 28 #define DECORATOR_HDFLOG(op, fmt, args...) \ macro 33 #define DECORATOR_HDFLOG(op, fmt, args...) \ macro 39 #define LOG_ERROR(fmt, ...) DECORATOR_HDFLOG(HDF_LOGE, fmt, ##__VA_ARGS__) 40 #define LOG_INFO(fmt, ...) DECORATOR_HDFLOG(HDF_LOGI, fmt, ##__VA_ARGS__)
|
/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | camera.h | 62 #define DECORATOR_HDFLOG(op, fmt, args...) \ macro 67 #define DECORATOR_HDFLOG(op, fmt, args...) \ 73 #define CAMERA_LOGE(fmt, ...) DECORATOR_HDFLOG(HDF_LOGE, fmt, ##__VA_ARGS__) 74 #define CAMERA_LOGW(fmt, ...) DECORATOR_HDFLOG(HDF_LOGW, fmt, ##__VA_ARGS__) 75 #define CAMERA_LOGI(fmt, ...) DECORATOR_HDFLOG(HDF_LOGI, fmt, ##__VA_ARGS__) 76 #define CAMERA_LOGV(fmt, ...) DECORATOR_HDFLOG(HDF_LOGV, fmt, ##__VA_ARGS__) 77 #define CAMERA_LOGD(fmt, ...) DECORATOR_HDFLOG(HDF_LOGD, fmt, ##__VA_ARGS__)
|
Completed in 1 milliseconds