Home
last modified time | relevance | path

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

123456

/device/linaro/dragonboard/qcom/qrtr/lib/
Dlogging.h9 #define __PRINTF__(fmt, args) __attribute__((format(__printf__, fmt, args))) argument
11 #define __PRINTF__(fmt, args) argument
19 #define LOGD(fmt, ...) qlog(LOG_DEBUG, fmt, ##__VA_ARGS__) argument
21 #define LOGW(fmt, ...) qlog(LOG_WARNING, fmt, ##__VA_ARGS__) argument
22 #define PLOGW(fmt, ...) \ argument
25 #define LOGE(fmt, ...) qlog(LOG_ERR, fmt, ##__VA_ARGS__) argument
26 #define PLOGE(fmt, ...) qlog(LOG_ERR, fmt ": %s", ##__VA_ARGS__, strerror(errno)) argument
27 #define LOGE_AND_EXIT(fmt, ...) do { \ argument
31 #define PLOGE_AND_EXIT(fmt, ...) do { \ argument
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/board-hikey/
Ddsp_debug.h36 #define DSP_TRACE(fmt, ...) print_log(fmt" @%s:%d \n", ##__VA_ARGS__, __FUNCTION__, __LINE__) argument
38 #define DSP_TRACE(fmt, ...) argument
42 #define DSP_LOGD(fmt, ...) print_log(LOG_TAG"[D]%s:%d: "fmt, __FUNCTION__, __LINE__, ##__VA_ARGS__) argument
44 #define DSP_LOGD(fmt, ...) argument
48 #define DSP_LOGI(fmt, ...) print_log(LOG_TAG"[I]%s:%d: "fmt, __FUNCTION__, __LINE__, ##__VA_ARGS__) argument
50 #define DSP_LOGI(fmt, ...) argument
54 #define DSP_LOGW(fmt, ...) print_log(LOG_TAG"[W]%s:%d: "fmt, __FUNCTION__, __LINE__, ##__VA_ARGS__) argument
56 #define DSP_LOGW(fmt, ...) argument
60 #define DSP_LOGE(fmt, ...) print_log(LOG_TAG"[E]%s:%d: "fmt, __FUNCTION__, __LINE__, ##__VA_ARGS__) argument
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-debug.h99 #define TRACE(tag, fmt, ...) (void)(__xf_trace_##tag ? __xf_trace(tag, __xf_format##fmt,… argument
106 #define __xf_trace(tag, fmt, ...) \ argument
110 #define __xf_format_n(fmt) fmt argument
113 #define __xf_format_b(fmt) "[%s.%s] " fmt, __xf_string(MODULE_TAG), __xf_tag argument
116 #define __xf_format_x(fmt) "[%s.%s] - %s@%d - " fmt, __xf_string(MODULE_TAG), __xf_ta… argument
135 #define TRACE(tag, fmt, ...) (void)0 argument
136 #define __xf_trace(tag, fmt, ...) (void)0 argument
147 #define BUG(cond, fmt, ...) \ argument
162 #define BUG(cond, fmt, ...) (void)0 argument
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-debug.h121 #define TRACE(tag, fmt, ...) (void)(__xf_trace_##tag ? __xf_trace(tag, __xf_format##fmt,… argument
128 #define __xf_trace(tag, fmt, ...) \ argument
132 #define __xf_format_n(fmt) fmt argument
135 #define __xf_format_b(fmt) "[%s.%s] " fmt, __xf_string(MODULE_TAG), __xf_tag argument
138 #define __xf_format_x(fmt) "[%s.%s] - %s@%d - " fmt, __xf_string(MODULE_TAG), __xf_ta… argument
158 #define TRACE(tag, fmt, ...) (void)0 argument
159 #define __xf_trace(tag, fmt, ...) (void)0 argument
170 #define BUG(cond, fmt, ...) \ argument
185 #define BUG(cond, fmt, ...) (void)0 argument
/device/linaro/hikey/gralloc/
Dalloc_device.h22 #define AWAR(fmt, args...) __android_log_print(ANDROID_LOG_WARN, "[Gralloc-Warning]", "%s:%d " fmt,… argument
25 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt,##args) argument
28 #define AERR(fmt, args...) __android_log_print(ANDROID_LOG_ERROR, "[Gralloc-ERROR]", "%s:%d " fmt,_… argument
31 #define AERR_IF( eq, fmt, args...) if ( (eq) ) AERR( fmt, args ) argument
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/base/
Dlogging.h88 #define PERFETTO_XLOG(level, fmt, ...) \ argument
97 #define PERFETTO_XLOG(level, fmt, ...) \ argument
109 #define PERFETTO_LOG(fmt, ...) \ argument
115 #define PERFETTO_ILOG(fmt, ...) \ argument
117 #define PERFETTO_ELOG(fmt, ...) \ argument
119 #define PERFETTO_FATAL(fmt, ...) \ argument
138 #define PERFETTO_DLOG(fmt, ...) \ argument
/device/google/contexthub/firmware/os/algos/calibration/util/
Dcal_log.h30 # define CAL_DEBUG_LOG(tag, fmt, ...) \ argument
35 # define LOG_FUNC(level, fmt, ...) osLog(level, fmt, ##__VA_ARGS__) argument
37 # define LOGD_TAG(tag, fmt, ...) \ argument
39 # define CAL_DEBUG_LOG(tag, fmt, ...) \ argument
43 # define CAL_DEBUG_LOG(tag, fmt, ...) \ argument
/device/amlogic/yukawa/hal/gralloc/
Dgralloc_helper.h26 #define AWAR(fmt, args...) \ argument
30 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt, ##args) argument
33 #define AERR(fmt, args...) \ argument
37 #define AERR_IF(eq, fmt, args...) \ argument
/device/linaro/hikey/gralloc960/
Dgralloc_helper.h26 #define AWAR(fmt, args...) \ argument
30 #define AINF(fmt, args...) __android_log_print(ANDROID_LOG_INFO, "[Gralloc]", fmt, ##args) argument
33 #define AERR(fmt, args...) \ argument
37 #define AERR_IF(eq, fmt, args...) \ argument
/device/generic/vulkan-cereal/host-common/
DVpxFrameParser.cpp40 #define VPX_PRINT(color, fmt, ...) \ argument
44 #define VPX_PRINT(fmt, ...) argument
47 #define VPX_INFO(fmt, ...) VPX_PRINT(RESET, fmt, ##__VA_ARGS__); argument
48 #define VPX_WARN(fmt, ...) VPX_PRINT(YEL, fmt, ##__VA_ARGS__); argument
49 #define VPX_ERROR(fmt, ...) VPX_PRINT(RED, fmt, ##__VA_ARGS__); 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
DMediaVideoHelper.cpp20 #define MEDIA_DPRINT(fmt, ...) \ argument
24 #define MEDIA_DPRINT(fmt, ...) argument
DMediaCudaDriverHelper.cpp39 #define CUDA_DPRINT(fmt, ...) \ argument
43 #define CUDA_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
DMediaCudaUtils.cpp40 #define CUVID_DPRINT(fmt, ...) \ argument
44 #define CUVID_DPRINT(fmt, ...) argument
DMediaFfmpegVideoHelper.cpp22 #define MEDIA_DPRINT(fmt, ...) \ argument
26 #define MEDIA_DPRINT(fmt, ...) argument
/device/google/contexthub/util/nanotool/
Dlog.h32 #define LOGE(fmt, ...) Log::Error(fmt, ##__VA_ARGS__) argument
33 #define LOGW(fmt, ...) Log::Warn(fmt, ##__VA_ARGS__) argument
34 #define LOGI(fmt, ...) Log::Info(fmt, ##__VA_ARGS__) argument
35 #define LOGD(fmt, ...) Log::Debug(fmt, ##__VA_ARGS__) argument
/device/linaro/hikey/wpan/uim/
Duim.h79 #define UIM_ERR(fmt, arg...) printf("uim:"fmt"\n" , ##arg) argument
82 #define UIM_DBG(fmt, arg...) printf("uim:"fmt"\n" , ## arg) argument
83 #define UIM_VER(fmt, arg...) argument
86 #define UIM_DBG(fmt, arg...) printf("uim:"fmt"\n" , ## arg) argument
87 #define UIM_VER(fmt, arg...) printf("uim:"fmt"\n" , ## arg) argument
90 #define UIM_DBG(fmt, arg...) argument
91 #define UIM_VER(fmt, arg...) argument
/device/generic/vulkan-cereal/stream-servers/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
/device/google/contexthub/firmware/os/drivers/vsync/
Dvsync.c52 #define VERBOSE_PRINT(fmt, ...) do { \ argument
56 #define INFO_PRINT(fmt, ...) do { \ argument
60 #define ERROR_PRINT(fmt, ...) INFO_PRINT("%s" fmt, "ERROR: ", ##__VA_ARGS__); \ argument
62 #define DEBUG_PRINT(fmt, ...) do { \ argument
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DLog.cpp25 EXPORT int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print()
34 EXPORT void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...) { in __android_log_assert()
/device/google/contexthub/firmware/os/algos/util/
Dnano_assert.h16 #define ASSERT_LOG_FUNC(fmt, ...) eOsLog(LOG_ERROR, fmt, ##__VA_ARGS__) argument
19 #define ASSERT_LOG_FUNC(fmt, ...) chreLog(LOG_ERROR, fmt, ##__VA_ARGS__) argument
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/
Dtinyvprintf.c61 int tiny_vsprintf(char *out, const char *fmt, va_list ap) in tiny_vsprintf()
190 int tiny_sprintf(char *out, const char *fmt, ...) in tiny_sprintf()

123456