/aosp12/system/chre/platform/slpi/include/chre/target_platform/ |
H A D | log.h | 49 #define CHRE_BUFFER_LOG(level, fmt, ...) \ argument 70 #define LOGE(fmt, ...) \ argument 72 #define LOGW(fmt, ...) \ argument 74 #define LOGI(fmt, ...) \ argument 76 #define LOGD(fmt, ...) \ argument 78 #define LOGV(fmt, ...) \ argument 112 #define CHRE_SLPI_LOG(level, fmt, ...) \ argument 120 #define LOGW(fmt, ...) CHRE_SLPI_LOG(HIGH, fmt, ##__VA_ARGS__) argument 122 #define LOGD(fmt, ...) CHRE_SLPI_LOG(LOW, fmt, ##__VA_ARGS__) argument 123 #define LOGV(fmt, ...) CHRE_SLPI_LOG(LOW, fmt, ##__VA_ARGS__) argument [all …]
|
/aosp12/system/chre/util/include/chre/util/nanoapp/ |
H A D | log.h | 45 #define CHRE_LOG_TAG(level, tag, fmt, ...) \ argument 53 #define LOGE_TAG(tag, fmt, ...) \ argument 58 #define LOGE(fmt, ...) LOGE_TAG(LOG_TAG, fmt, ##__VA_ARGS__) argument 61 #define LOGW_TAG(tag, fmt, ...) \ argument 66 #define LOGW(fmt, ...) LOGW_TAG(LOG_TAG, fmt, ##__VA_ARGS__) argument 69 #define LOGI_TAG(tag, fmt, ...) \ argument 74 #define LOGI(fmt, ...) LOGI_TAG(LOG_TAG, fmt, ##__VA_ARGS__) argument 77 #define LOGD_TAG(tag, fmt, ...) \ argument 82 #define LOGD(fmt, ...) LOGD_TAG(LOG_TAG, fmt, ##__VA_ARGS__) argument 86 #define LOGV_TAG(tag, fmt, ...) \ argument [all …]
|
/aosp12/hardware/st/secure_element2/secure_element/1.0/esehal/src/ |
H A 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 42 # define info(fmt, ...) say(ctx, LOG_INFO fmt, ## __VA_ARGS__) argument 44 # define dbg(fmt, ...) say(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 66 # define info(fmt, ...) nosay(ctx, fmt, ## __VA_ARGS__) argument 67 # define dbg(fmt, ...) nosay(ctx, fmt, ## __VA_ARGS__) argument [all …]
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/ |
H A D | mm_camera_dbg.h | 74 #define CLOGI(module, fmt, args...) \ argument 77 #define CLOGD(module, fmt, args...) \ argument 80 #define CLOGL(module, fmt, args...) \ argument 83 #define CLOGW(module, fmt, args...) \ argument 86 #define CLOGH(module, fmt, args...) \ argument 123 #define LOGD(fmt, args...) ALOGD(fmt, ##args) argument 125 #define LOGL(fmt, args...) ALOGD(fmt, ##args) argument 127 #define LOGW(fmt, args...) ALOGW(fmt, ##args) argument 129 #define LOGH(fmt, args...) ALOGD(fmt, ##args) argument 131 #define LOGE(fmt, args...) ALOGE(fmt, ##args) argument [all …]
|
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
H A D | log.h | 124 #define MPL_LOGV(fmt, ...) \ argument 150 #define MPL_LOGV_IF(cond, fmt, ...) \ argument 168 #define MPL_LOGD_IF(cond, fmt, ...) \ argument 186 #define MPL_LOGI_IF(cond, fmt, ...) \ argument 204 #define MPL_LOGW_IF(cond, fmt, ...) \ argument 222 #define MPL_LOGE_IF(cond, fmt, ...) \ argument 242 #define MPL_LOG_ALWAYS_FATAL(fmt, ...) \ argument 250 #define MPL_LOG_FATAL_IF(cond, fmt, ...) \ argument 255 #define MPL_LOG_FATAL(fmt, ...) \ argument 271 #define MPL_LOG_ASSERT(cond, fmt, ...) \ argument [all …]
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
H A D | log.h | 142 #define MPL_LOGV(fmt, ...) \ argument 181 #define MPL_LOGV_IF(cond, fmt, ...) \ argument 204 #define MPL_LOGD_IF(cond, fmt, ...) \ argument 227 #define MPL_LOGI_IF(cond, fmt, ...) \ argument 245 #define MPL_LOGW_IF(cond, fmt, ...) \ argument 270 #define MPL_LOGE_IF(cond, fmt, ...) \ argument 296 #define MPL_LOG_ALWAYS_FATAL(fmt, ...) \ argument 304 #define MPL_LOG_FATAL_IF(cond, fmt, ...) \ argument 309 #define MPL_LOG_FATAL(fmt, ...) \ argument 325 #define MPL_LOG_ASSERT(cond, fmt, ...) \ argument [all …]
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
H A D | IPACM_Log.h | 70 #define IPACMDBG_DMESG(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 78 #define PERROR(fmt) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 82 #define IPACMERR(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 86 #define IPACMDBG_H(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 91 #define PERROR(fmt) perror(fmt) argument 92 #define IPACMERR(fmt, ...) printf("ERR: %s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__… argument 93 #define IPACMDBG_H(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_AR… argument 95 #define IPACMDBG(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS… argument 96 #define IPACMLOG(fmt, ...) printf(fmt, ##__VA_ARGS__); argument
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
H A D | IPACM_Log.h | 70 #define IPACMDBG_DMESG(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 78 #define PERROR(fmt) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 82 #define IPACMERR(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 86 #define IPACMDBG_H(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 91 #define PERROR(fmt) perror(fmt) argument 92 #define IPACMERR(fmt, ...) printf("ERR: %s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__… argument 93 #define IPACMDBG_H(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_AR… argument 95 #define IPACMDBG(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS… argument 96 #define IPACMLOG(fmt, ...) printf(fmt, ##__VA_ARGS__); argument
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
H A D | IPACM_Log.h | 70 #define IPACMDBG_DMESG(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 78 #define PERROR(fmt) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 82 #define IPACMERR(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 86 #define IPACMDBG_H(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 91 #define PERROR(fmt) perror(fmt) argument 92 #define IPACMERR(fmt, ...) printf("ERR: %s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__… argument 93 #define IPACMDBG_H(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_AR… argument 95 #define IPACMDBG(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS… argument 96 #define IPACMLOG(fmt, ...) printf(fmt, ##__VA_ARGS__); argument
|
/aosp12/hardware/libhardware/modules/camera/3_4/ |
H A 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
|
/aosp12/bionic/linker/ |
H A D | linker_globals.h | 39 #define DL_ERR(fmt, x...) \ argument 44 #define DL_WARN(fmt, x...) \ argument 54 #define DL_ERR_AND_LOG(fmt, x...) \ argument 60 #define DL_OPEN_ERR(fmt, x...) \ argument 66 #define DL_SYM_ERR(fmt, x...) \ argument
|
/aosp12/system/chre/platform/linux/include/chre/target_platform/ |
H A D | log.h | 32 #define CHRE_LINUX_LOG(logLevel, levelStr, color, fmt, ...) \ argument 38 #define CHRE_LINUX_LOG(logLevel, levelStr, color, fmt, ...) \ argument 46 #define LOGE(fmt, ...) \ argument 48 #define LOGW(fmt, ...) \ argument 50 #define LOGI(fmt, ...) \ argument 52 #define LOGD(fmt, ...) \ argument
|
/aosp12/system/chre/platform/android/include/chre/target_platform/ |
H A D | log.h | 29 #define CHRE_ANDROID_LOG(level, fmt, ...) \ argument 33 #define LOGE(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_ERROR, fmt, ##__VA_ARGS__) argument 35 #define LOGW(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_WARN, fmt, ##__VA_ARGS__) argument 37 #define LOGI(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_INFO, fmt, ##__VA_ARGS__) argument 39 #define LOGD(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_DEBUG, fmt, ##__VA_ARGS__) argument
|
/aosp12/art/compiler/utils/ |
H A D | assembler_test.h | 486 const std::string& fmt) { in RepeatFFI() 872 const std::string& fmt) { in RepeatA() 879 const std::string& fmt) { in RepeatAI() 888 const std::string& fmt) { in RepeatAI() 901 const std::string& fmt) { in RepeatRA() 920 const std::string& fmt) { in RepeatrA() 939 const std::string& fmt) { in RepeatwA() 958 const std::string& fmt) { in RepeatbA() 977 const std::string& fmt) { in RepeatFA() 996 const std::string& fmt) { in RepeatAR() [all …]
|
/aosp12/system/keymaster/android_keymaster/ |
H A D | logger.cpp | 25 int Logger::Log(LogLevel level, const char* fmt, va_list args) { in Log() 32 int Logger::Log(LogLevel level, const char* fmt, ...) { in Log() 42 int Logger::Debug(const char* fmt, ...) { in Debug() 52 int Logger::Info(const char* fmt, ...) { in Info() 62 int Logger::Warning(const char* fmt, ...) { in Warning() 72 int Logger::Error(const char* fmt, ...) { in Error() 82 int Logger::Severe(const char* fmt, ...) { in Severe()
|
/aosp12/system/chre/chpp/platform/linux/include/chpp/platform/ |
H A D | platform_log.h | 38 #define CHPP_LINUX_LOG(level, color, fmt, ...) \ argument 46 #define CHPP_LOGE(fmt, ...) CHPP_LINUX_LOG("E", "91", fmt, ##__VA_ARGS__) argument 47 #define CHPP_LOGW(fmt, ...) CHPP_LINUX_LOG("W", "93", fmt, ##__VA_ARGS__) argument 48 #define CHPP_LOGI(fmt, ...) CHPP_LINUX_LOG("I", "96", fmt, ##__VA_ARGS__) argument 49 #define CHPP_LOGD(fmt, ...) CHPP_LINUX_LOG("D", "97", fmt, ##__VA_ARGS__) argument
|
/aosp12/system/nvram/core/include/nvram/core/ |
H A D | logger.h | 43 #define NVRAM_LOG_EMIT(level, fmt, ...) \ argument 53 #define NVRAM_LOG_EMIT(level, fmt, ...) \ argument 63 #define NVRAM_LOG(level, fmt, ...) \ argument 72 #define NVRAM_LOG_ERR(fmt, ...) NVRAM_LOG(ERR, fmt, ##__VA_ARGS__) argument 73 #define NVRAM_LOG_WARN(fmt, ...) NVRAM_LOG(WARN, fmt, ##__VA_ARGS__) argument 74 #define NVRAM_LOG_INFO(fmt, ...) NVRAM_LOG(INFO, fmt, ##__VA_ARGS__) argument 75 #define NVRAM_LOG_DEBUG(fmt, ...) NVRAM_LOG(DEBUG, fmt, ##__VA_ARGS__) argument
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/ |
H A D | ipa_nat_logi.h | 53 #define PERROR(fmt) printf("%s:%d %s()", __FILE__, __LINE__, __FUNCTION__);\ argument 56 #define IPAERR(fmt, ...) printf("ERR: %s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_… argument 59 #define IPADBG(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS__… argument 61 #define IPADUMP(fmt, ...) printf(fmt, ##__VA_ARGS__); argument
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/inc/ |
H A D | ipa_nat_logi.h | 53 #define PERROR(fmt) printf("%s:%d %s()", __FILE__, __LINE__, __FUNCTION__);\ argument 56 #define IPAERR(fmt, ...) printf("ERR: %s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_… argument 59 #define IPADBG(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS__… argument 61 #define IPADUMP(fmt, ...) printf(fmt, ##__VA_ARGS__); argument
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipanat/inc/ |
H A D | ipa_nat_logi.h | 53 #define PERROR(fmt) printf("%s:%d %s()", __FILE__, __LINE__, __FUNCTION__);\ argument 56 #define IPAERR(fmt, ...) printf("ERR: %s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_… argument 59 #define IPADBG(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS__… argument 61 #define IPADUMP(fmt, ...) printf(fmt, ##__VA_ARGS__); argument
|
/aosp12/hardware/qcom/sm8150/media/hypv-intercept/ |
H A D | hypv_intercept.h | 56 #define HYP_VIDEO_MSG_INFO(fmt, args...) ({if(debug_level & HYP_PRIO_INFO) \ argument 59 #define HYP_VIDEO_MSG_LOW(fmt, args...) ({if(debug_level & HYP_PRIO_LOW) \ argument 62 #define HYP_VIDEO_MSG_HIGH(fmt, args...) ({if(debug_level & HYP_PRIO_HIGH) \ argument 65 #define HYP_VIDEO_MSG_ERROR(fmt, args...) ({if(debug_level & HYP_PRIO_ERROR) \ argument
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | logger.h | 62 #define LOG_D(fmt, ...) Logger::Debug(FILE_LINE fmt, __VA_ARGS__) argument 63 #define LOG_I(fmt, ...) Logger::Info(FILE_LINE fmt, __VA_ARGS__) argument 64 #define LOG_W(fmt, ...) Logger::Warning(FILE_LINE fmt, __VA_ARGS__) argument 65 #define LOG_E(fmt, ...) Logger::Error(FILE_LINE fmt, __VA_ARGS__) argument 66 #define LOG_S(fmt, ...) Logger::Severe(FILE_LINE fmt, __VA_ARGS__) argument
|
/aosp12/hardware/google/graphics/common/libscaler/ |
H A D | libscaler-common.h | 44 #define SC_LOGERR(fmt, args...) ((void)ALOG(LOG_ERROR, LOG_TAG, "%s: " fmt " [%s]", __func__, ##arg… argument 45 #define SC_LOGE(fmt, args...) ((void)ALOG(LOG_ERROR, LOG_TAG, "%s: " fmt, __func__, ##args)) argument 46 #define SC_LOGI(fmt, args...) ((void)ALOG(LOG_INFO, LOG_TAG, "%s: " fmt, __func__, ##args)) argument 47 #define SC_LOGI_IF(cond, fmt, args...) do { \ argument 51 #define SC_LOGE_IF(cond, fmt, args...) do { \ argument 55 #define SC_LOG_ASSERT(cont, fmt, args...) ((void)ALOG_ASSERT(cond, "%s: " fmt, __func__, ##args)) argument 59 #define SC_LOGD_IF(cond, fmt, args...) do { \ argument 65 #define SC_LOGD_IF(cond, fmt, args...) do { } while (0) argument
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | TraceUtils.h | 22 #define ATRACE_FORMAT(fmt, ...) \ argument 26 #define ATRACE_FORMAT_BEGIN(fmt, ...) TraceUtils::atraceFormatBegin(fmt, ##__VA_ARGS__) argument 37 static void atraceFormatBegin(const char* fmt, ...) { in atraceFormatBegin()
|
/aosp12/system/bt/gd/os/ |
H A D | log.h | 42 #define LOG_VERBOSE(fmt, args...) \ argument 49 #define LOG_DEBUG(fmt, args...) \ argument 56 #define LOG_INFO(fmt, args...) ALOGI("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) argument 57 #define LOG_WARN(fmt, args...) ALOGW("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) argument 59 #define LOG_ERROR(fmt, args...) ALOGE("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) argument 68 #define LOGWRAPPER(fmt, args...) … argument 124 #define ASSERT_LOG(condition, fmt, args...) \ argument
|