Home
last modified time | relevance | path

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

123

/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/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/google/contexthub/firmware/os/algos/calibration/util/
Dcal_log.h28 # define CAL_DEBUG_LOG(tag, fmt, ...) \ argument
33 # define LOG_FUNC(level, fmt, ...) osLog(level, fmt, ##__VA_ARGS__) argument
35 # define LOGD_TAG(tag, fmt, ...) \ argument
37 # define CAL_DEBUG_LOG(tag, fmt, ...) \ argument
41 # define CAL_DEBUG_LOG(tag, fmt, ...) \ 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/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
Dmali_gralloc_debug.cpp65 void mali_gralloc_dump_string(android::String8 &buf, const char *fmt, ...) in mali_gralloc_dump_string()
/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
Dmali_gralloc_debug.cpp65 void mali_gralloc_dump_string(android::String8 &buf, const char *fmt, ...) in mali_gralloc_dump_string()
/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/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/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()
/device/generic/goldfish-opengl/system/vulkan_enc/
DResources.cpp22 #define D(fmt,...) ALOGD("%s: " fmt, __func__, ##__VA_ARGS__); argument
25 #define D(fmt,...) argument
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c79 #define VERBOSE_PRINT(fmt, ...) osLog(LOG_VERBOSE, "[DoubleTouch] " fmt, ##__VA_ARGS__) argument
80 #define INFO_PRINT(fmt, ...) osLog(LOG_INFO, "[DoubleTouch] " fmt, ##__VA_ARGS__) argument
81 #define ERROR_PRINT(fmt, ...) osLog(LOG_ERROR, "[DoubleTouch] " fmt, ##__VA_ARGS__) argument
83 #define DEBUG_PRINT(fmt, ...) osLog(LOG_DEBUG, "[DoubleTouch] " fmt, ##__VA_ARGS__) argument
85 #define DEBUG_PRINT(fmt, ...) ((void)0) argument
/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c37 #define LOGV(fmt, ...) do { \ argument
41 #define LOGW(fmt, ...) do { \ argument
45 #define LOGI(fmt, ...) do { \ argument
49 #define LOGD(fmt, ...) do { \ argument
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/
Disl29034.c85 #define INFO_PRINT(fmt, ...) \ argument
90 #define DEBUG_PRINT(fmt, ...) \ argument
97 #define ERROR_PRINT(fmt, ...) \ argument
/device/linaro/hikey/hifi/xaf/hifi-dpf/ipc/xt-shmem/hikey/
Ddsp_debug.c52 void __xprintf(const char *fmt, va_list ap,void (*xputc)(unsigned n, void *cookie), void *cookie) in __xprintf()
222 void print_log(const char *fmt, ...) in print_log()
/device/google/contexthub/firmware/os/drivers/si_si7034/
Dsi7034a10.c48 #define INFO_PRINT(fmt, ...) \ argument
53 #define DEBUG_PRINT(fmt, ...) \ argument
60 #define ERROR_PRINT(fmt, ...) \ argument
/device/google/contexthub/firmware/os/core/
Dtimer.c36 #define INFO_PRINT(fmt, ...) do { \ argument
40 #define ERROR_PRINT(fmt, ...) INFO_PRINT("%s" fmt, "ERROR: ", ##__VA_ARGS__) argument
/device/google/contexthub/firmware/os/drivers/st_hts221/
Dhts221.c74 #define INFO_PRINT(fmt, ...) \ argument
79 #define DEBUG_PRINT(fmt, ...) \ argument
86 #define ERROR_PRINT(fmt, ...) \ argument
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c142 #define VERBOSE_PRINT(fmt, ...) do { \ argument
146 #define INFO_PRINT(fmt, ...) do { \ argument
150 #define ERROR_PRINT(fmt, ...) do { \ argument
154 #define DEBUG_PRINT(fmt, ...) do { \ argument
/device/google/coral/json-c/
Dprintbuf.c120 static int vasprintf(char **buf, const char *fmt, va_list ap) in vasprintf()

123