Home
last modified time | relevance | path

Searched refs:logLevel (Results 1 – 9 of 9) sorted by relevance

/system/chre/platform/linux/include/chre/platform/linux/
Dplatform_log.h43 void log(chreLogLevel logLevel, const char *formatStr, ...) { in log() argument
46 logVa(logLevel, formatStr, args); in log()
54 void logVa(chreLogLevel logLevel, const char *formatStr, va_list args);
/system/chre/platform/linux/include/chre/target_platform/
Dlog.h32 #define CHRE_LINUX_LOG(logLevel, levelStr, color, fmt, ...) \ argument
38 #define CHRE_LINUX_LOG(logLevel, levelStr, color, fmt, ...) \ argument
41 logLevel, "\e[" color "m%s %s:%d\t" fmt "\e[0m", levelStr, \
/system/chre/platform/shared/
Dlog_buffer_manager.cc102 void LogBufferManager::log(chreLogLevel logLevel, const char *formatStr, ...) { in log() argument
105 logVa(logLevel, formatStr, args); in log()
109 void LogBufferManager::logVa(chreLogLevel logLevel, const char *formatStr, in logVa() argument
111 LogBufferLogLevel logBufLogLevel = chreToLogBufferLogLevel(logLevel); in logVa()
Dlog_buffer.cc34 void LogBuffer::handleLog(LogBufferLogLevel logLevel, uint32_t timestampMs, in handleLog() argument
38 handleLogVa(logLevel, timestampMs, logFormat, args); in handleLog()
42 void LogBuffer::handleLogVa(LogBufferLogLevel logLevel, uint32_t timestampMs, in handleLogVa() argument
66 uint8_t logLevelAdjusted = static_cast<uint8_t>(logLevel) + 1; in handleLogVa()
/system/chre/platform/shared/include/chre/platform/shared/
Dlog_buffer_manager.h65 void log(chreLogLevel logLevel, const char *formatStr, ...);
71 void logVa(chreLogLevel logLevel, const char *formatStr, va_list args);
Dlog_buffer.h101 void handleLog(LogBufferLogLevel logLevel, uint32_t timestampMs,
109 void handleLogVa(LogBufferLogLevel logLevel, uint32_t timestampMs,
/system/chre/host/common/include/chre_host/
Dlog_message_parser_base.h90 enum LogLevel logLevel; member
97 enum LogLevel logLevel; member
/system/chre/host/common/
Dlog_message_parser_base.cc105 emitLogMessage(message->logLevel, timeNs / kOneMillisecondInNanoseconds, in log()
132 emitLogMessage(message->logLevel, le32toh(message->timestampMillis), in logV2()
/system/libvintf/
DVintfObject.cpp506 auto logLevel = matrixStatus == BAD_VALUE ? base::DEBUG : base::ERROR; in getAllFrameworkMatrixLevels() local
507 LOG(logLevel) << "Framework Matrix: Ignore file " << path << ": " << matrixError; in getAllFrameworkMatrixLevels()