Home
last modified time | relevance | path

Searched refs:INFO (Results 1 - 8 of 8) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dlogger.h23 Logger() : level_(INFO) {} in Logger()
27 if (level_ > INFO) { in ~Logger()
57 level_ = INFO; in Info()
87 INFO, enumerator
98 {INFO, "Info" }, in ShowLevel()
103 if (level_ > INFO) { in ShowLevel()
/drivers/peripheral/audio/hal/hdi_passthrough/include/
H A Daudio_common.h33 enum {INFO}; enumerator
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Daudio_common.h33 enum {INFO}; enumerator
/drivers/peripheral/face_auth/common/logs/
H A Diam_logger.h49 #define IAM_LOGI(...) FACE_LOG(INFO, __VA_ARGS__)
/drivers/peripheral/fingerprint_auth/common/logs/
H A Diam_logger.h49 #define IAM_LOGI(...) FINGERPRINT_LOG(INFO, __VA_ARGS__)
/drivers/peripheral/pin_auth/common/logs/
H A Diam_logger.h48 #define IAM_LOGI(...) PIN_LOG(INFO, __VA_ARGS__)
/drivers/peripheral/user_auth/common/logs/
H A Diam_logger.h49 #define IAM_LOGI(...) USER_LOG(INFO, __VA_ARGS__)
/drivers/peripheral/audio/hal/hdi_passthrough/src/
H A Daudio_common.c162 if (errorLevel == (int)INFO) { in AudioLogRecord()
163 fprintf(fp, "[%s]-[%s]", timeStr, "INFO"); in AudioLogRecord()

Completed in 4 milliseconds