/hardware/st/secure_element2/secure_element/esehal/src/ |
D | log.h | 39 # define err(fmt, ...) say(ctx, LOG_ERR fmt, ## __VA_ARGS__) argument 40 # define warn(fmt, ...) say(ctx, LOG_WARN fmt, ## __VA_ARGS__) argument 41 # define notice(fmt, ...) say(ctx, LOG_NOTICE fmt, ## __VA_ARGS__) argument 42 # define info(fmt, ...) say(ctx, LOG_INFO fmt, ## __VA_ARGS__) argument 44 # define dbg(fmt, ...) say(ctx, LOG_DEBUG fmt, ## __VA_ARGS__) argument 46 # define dbg(fmt, ...) nosay(ctx, LOG_DEBUG fmt, ## __VA_ARGS__) argument 53 say(struct se_gto_ctx *ctx, const char *fmt, ...) { in say() 63 # define err(fmt, ...) nosay(ctx, fmt, ## __VA_ARGS__) argument 64 # define warn(fmt, ...) nosay(ctx, fmt, ## __VA_ARGS__) argument 65 # define notice(fmt, ...) nosay(ctx, fmt, ## __VA_ARGS__) argument [all …]
|
D | log.c | 40 vsay(struct se_gto_ctx *ctx, const char *fmt, va_list args) in vsay()
|
/hardware/libhardware/modules/camera/3_4/ |
D | common.h | 23 #define HAL_LOGE(fmt, args...) do { \ argument 27 #define HAL_LOGE_IF(cond, fmt, args...) do { \ argument 31 #define HAL_LOGW(fmt, args...) do { \ argument 35 #define HAL_LOGW_IF(cond, fmt, args...) do { \ argument 39 #define HAL_LOGI(fmt, args...) do { \ argument 43 #define HAL_LOGI_IF(cond, fmt, args...) do { \ argument 47 #define HAL_LOGD(fmt, args...) do { \ argument 51 #define HAL_LOGV(fmt, args...) do { \ argument
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | log.h | 142 #define MPL_LOGV(fmt, ...) \ argument 181 #define MPL_LOGV_IF(cond, fmt, ...) \ argument 197 #define MPL_LOGD(fmt, ...) MPL_LOG(MPL_LOG_DEBUG, MPL_LOG_TAG, fmt, ##__VA_ARGS__) argument 204 #define MPL_LOGD_IF(cond, fmt, ...) \ argument 215 #define MPL_LOGI(fmt, ...) pr_info(KERN_INFO MPL_LOG_TAG fmt, ##__VA_ARGS__) argument 227 #define MPL_LOGI_IF(cond, fmt, ...) \ argument 238 #define MPL_LOGW(fmt, ...) printk(KERN_WARNING MPL_LOG_TAG fmt, ##__VA_ARGS__) argument 245 #define MPL_LOGW_IF(cond, fmt, ...) \ argument 256 #define MPL_LOGE(fmt, ...) printk(KERN_ERR MPL_LOG_TAG fmt, ##__VA_ARGS__) argument 270 #define MPL_LOGE_IF(cond, fmt, ...) \ argument [all …]
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | log.h | 124 #define MPL_LOGV(fmt, ...) \ argument 150 #define MPL_LOGV_IF(cond, fmt, ...) \ argument 164 #define MPL_LOGD(fmt, ...) MPL_LOG(LOG_DEBUG, MPL_LOG_TAG, fmt, ##__VA_ARGS__) argument 168 #define MPL_LOGD_IF(cond, fmt, ...) \ argument 179 #define MPL_LOGI(fmt, ...) pr_info(KERN_INFO MPL_LOG_TAG fmt, ##__VA_ARGS__) argument 186 #define MPL_LOGI_IF(cond, fmt, ...) \ argument 197 #define MPL_LOGW(fmt, ...) printk(KERN_WARNING MPL_LOG_TAG fmt, ##__VA_ARGS__) argument 204 #define MPL_LOGW_IF(cond, fmt, ...) \ argument 215 #define MPL_LOGE(fmt, ...) printk(KERN_ERR MPL_LOG_TAG fmt, ##__VA_ARGS__) argument 222 #define MPL_LOGE_IF(cond, fmt, ...) \ argument [all …]
|
/hardware/google/aemu/host-common/include/host-common/ |
D | logging.h | 43 #define GFXSTREAM_LOG(file, severity, fmt, ...) \ argument 48 #define GL_LOG(fmt, ...) GFXSTREAM_LOG(stderr, 'I', fmt, ##__VA_ARGS__) argument 55 #define DECODER_DEBUG_LOG(fmt, ...) GFXSTREAM_LOG(stderr, 'I', fmt, ##__VA_ARGS__) argument 62 #define DISPATCH_DEBUG_LOG(fmt, ...) GFXSTREAM_LOG(stderr, 'I', fmt, ##__VA_ARGS__) argument 67 #define ERR(fmt, ...) \ argument 72 #define WARN(fmt, ...) \ argument 77 #define INFO(fmt, ...) \ argument 82 #define VERBOSE(fmt, ...) \ argument
|
/hardware/google/aemu/base/include/aemu/base/logging/ |
D | CLog.h | 43 #define EMULOG(priority, fmt, ...) \ argument 49 #define dprint(fmt, ...) \ argument 55 #define dinfo(fmt, ...) \ argument 61 #define dwarning(fmt, ...) \ argument 67 #define derror(fmt, ...) \ argument 73 #define dfatal(fmt, ...) EMULOG(EMULATOR_LOG_FATAL, fmt, ##__VA_ARGS__) argument
|
D | Log.h | 48 #define EMULOGCPLUSPLUS(priority, fmt, ...) \ argument 53 #define dprint(fmt, ...) \ argument 59 #define dinfo(fmt, ...) \ argument 65 #define dwarning(fmt, ...) \ argument 71 #define derror(fmt, ...) \ argument 77 #define dfatal(fmt, ...) EMULOGCPLUSPLUS(EMULATOR_LOG_FATAL, fmt, ##__VA_ARGS__) argument
|
/hardware/google/gfxstream/guest/android-emu/android/utils/ |
D | debug.h | 109 #define EMULOG(priority, fmt, ...) \ argument 134 #define dprint(fmt, ...) \ argument 139 #define dinfo(fmt, ...) \ argument 143 #define dwarning(fmt, ...) \ argument 147 #define derror(fmt, ...) \ argument 151 #define dfatal(fmt, ...) EMULOG(EMULATOR_LOG_FATAL, fmt, ##__VA_ARGS__) argument
|
/hardware/google/aemu/host-common/ |
D | MediaVideoHelper.cpp | 20 #define MEDIA_DPRINT(fmt, ...) \ argument 24 #define MEDIA_DPRINT(fmt, ...) argument
|
D | H264NaluParser.cpp | 31 #define H264_PRINT(color,fmt,...) fprintf(stderr, color "H264NaluParser: %s:%d " fmt "\n" RESET, __… argument 33 #define H264_PRINT(fmt,...) argument 36 #define H264_INFO(fmt,...) H264_PRINT(RESET, fmt, ##__VA_ARGS__); argument 37 #define H264_WARN(fmt,...) H264_PRINT(YEL, fmt, ##__VA_ARGS__); argument 38 #define H264_ERROR(fmt,...) H264_PRINT(RED, fmt, ##__VA_ARGS__); argument
|
D | VpxPingInfoParser.cpp | 28 #define VPX_PRINT(color, fmt, ...) \ argument 32 #define VPX_PRINT(fmt, ...) argument 35 #define VPX_INFO(fmt, ...) VPX_PRINT(RESET, fmt, ##__VA_ARGS__); argument 36 #define VPX_WARN(fmt, ...) VPX_PRINT(YEL, fmt, ##__VA_ARGS__); argument 37 #define VPX_ERROR(fmt, ...) VPX_PRINT(RED, fmt, ##__VA_ARGS__); argument
|
D | H264PingInfoParser.cpp | 28 #define H264_PRINT(color, fmt, ...) \ argument 32 #define H264_PRINT(fmt, ...) argument 35 #define H264_INFO(fmt, ...) H264_PRINT(RESET, fmt, ##__VA_ARGS__); argument 36 #define H264_WARN(fmt, ...) H264_PRINT(YEL, fmt, ##__VA_ARGS__); argument 37 #define H264_ERROR(fmt, ...) H264_PRINT(RED, fmt, ##__VA_ARGS__); argument
|
D | MediaCudaDriverHelper.cpp | 39 #define CUDA_DPRINT(fmt, ...) \ argument 43 #define CUDA_DPRINT(fmt, ...) argument
|
D | MediaVideoToolBoxUtils.cpp | 21 #define VTB_DPRINT(fmt, ...) \ argument 25 #define VTB_DPRINT(fmt, ...) argument
|
D | MediaCudaUtils.cpp | 40 #define CUVID_DPRINT(fmt, ...) \ argument 44 #define CUVID_DPRINT(fmt, ...) argument
|
D | DmaMap.cpp | 28 #define D(fmt,...) fprintf(stderr, "DmaMap: %s: " fmt "\n", __func__, ##__VA_ARGS__); argument 34 #define DD(fmt,...) fprintf(stderr, "DmaMap: %s: " fmt "\n", __func__, ##__VA_ARGS__); argument 39 #define E(fmt,...) fprintf(stderr, "DmaMap: ERROR: %s: " fmt "\n", __func__, ##__VA_ARGS__); argument
|
D | MediaHostRenderer.cpp | 27 #define H264_DPRINT(fmt, ...) \ argument 31 #define H264_DPRINT(fmt, ...) argument
|
D | MediaFfmpegVideoHelper.cpp | 22 #define MEDIA_DPRINT(fmt, ...) \ argument 26 #define MEDIA_DPRINT(fmt, ...) argument
|
D | MediaH264DecoderVideoToolBoxProxy.cpp | 29 #define H264_DPRINT(fmt,...) fprintf(stderr, "h264-videotoolbox-proxy-dec: %s:%d " fmt "\n", __func… argument 31 #define H264_DPRINT(fmt,...) argument
|
D | MediaTexturePool.cpp | 27 #define H264_DPRINT(fmt, ...) \ argument 31 #define H264_DPRINT(fmt, ...) argument
|
/hardware/google/gfxstream/host/tests/ |
D | ShaderUtils.cpp | 35 #define D(fmt,...) fprintf(stderr, "%s: " fmt "\n", __func__, ##__VA_ARGS__); argument 37 #define D(fmt,...) argument 40 #define E(fmt,...) fprintf(stderr, "%s: " fmt "\n", __func__, ##__VA_ARGS__); argument
|
/hardware/nxp/weaver/libese_weaver/inc/ |
D | weaver_utils.h | 35 #define LOG_D(tag, fmt, ...) \ argument 38 #define LOG_E(tag, fmt, ...) \ argument
|
/hardware/google/aemu/base/ |
D | CLog.cpp | 23 const char* fmt, in __emu_log_print()
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/ |
D | EntityManager.h | 30 #define EM_DBG(fmt,...) fprintf(stderr, "%s:%d " fmt "\n", __func__, __LINE__, ##__VA_ARGS__); argument
|