Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 25 of 81) sorted by relevance

1234

/hardware/st/secure_element2/secure_element/esehal/src/
Dlog.h39 # 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 …]
Dlog.c40 vsay(struct se_gto_ctx *ctx, const char *fmt, va_list args) in vsay()
/hardware/libhardware/modules/camera/3_4/
Dcommon.h23 #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/
Dlog.h142 #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/
Dlog.h124 #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/
Dlogging.h43 #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/
DCLog.h43 #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
DLog.h48 #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/
Ddebug.h109 #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/
DMediaVideoHelper.cpp20 #define MEDIA_DPRINT(fmt, ...) \ argument
24 #define MEDIA_DPRINT(fmt, ...) argument
DH264NaluParser.cpp31 #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
DVpxPingInfoParser.cpp28 #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
DH264PingInfoParser.cpp28 #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
DMediaCudaDriverHelper.cpp39 #define CUDA_DPRINT(fmt, ...) \ argument
43 #define CUDA_DPRINT(fmt, ...) argument
DMediaVideoToolBoxUtils.cpp21 #define VTB_DPRINT(fmt, ...) \ argument
25 #define VTB_DPRINT(fmt, ...) argument
DMediaCudaUtils.cpp40 #define CUVID_DPRINT(fmt, ...) \ argument
44 #define CUVID_DPRINT(fmt, ...) argument
DDmaMap.cpp28 #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
DMediaHostRenderer.cpp27 #define H264_DPRINT(fmt, ...) \ argument
31 #define H264_DPRINT(fmt, ...) argument
DMediaFfmpegVideoHelper.cpp22 #define MEDIA_DPRINT(fmt, ...) \ argument
26 #define MEDIA_DPRINT(fmt, ...) argument
DMediaH264DecoderVideoToolBoxProxy.cpp29 #define H264_DPRINT(fmt,...) fprintf(stderr, "h264-videotoolbox-proxy-dec: %s:%d " fmt "\n", __func… argument
31 #define H264_DPRINT(fmt,...) argument
DMediaTexturePool.cpp27 #define H264_DPRINT(fmt, ...) \ argument
31 #define H264_DPRINT(fmt, ...) argument
/hardware/google/gfxstream/host/tests/
DShaderUtils.cpp35 #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/
Dweaver_utils.h35 #define LOG_D(tag, fmt, ...) \ argument
38 #define LOG_E(tag, fmt, ...) \ argument
/hardware/google/aemu/base/
DCLog.cpp23 const char* fmt, in __emu_log_print()
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DEntityManager.h30 #define EM_DBG(fmt,...) fprintf(stderr, "%s:%d " fmt "\n", __func__, __LINE__, ##__VA_ARGS__); argument

1234