Searched refs:logLevel (Results 1 – 9 of 9) sorted by relevance
/system/chre/platform/linux/include/chre/platform/linux/ |
D | platform_log.h | 43 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/ |
D | log.h | 32 #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/ |
D | log_buffer_manager.cc | 102 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()
|
D | log_buffer.cc | 34 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/ |
D | log_buffer_manager.h | 65 void log(chreLogLevel logLevel, const char *formatStr, ...); 71 void logVa(chreLogLevel logLevel, const char *formatStr, va_list args);
|
D | log_buffer.h | 101 void handleLog(LogBufferLogLevel logLevel, uint32_t timestampMs, 109 void handleLogVa(LogBufferLogLevel logLevel, uint32_t timestampMs,
|
/system/chre/host/common/include/chre_host/ |
D | log_message_parser_base.h | 90 enum LogLevel logLevel; member 97 enum LogLevel logLevel; member
|
/system/chre/host/common/ |
D | log_message_parser_base.cc | 105 emitLogMessage(message->logLevel, timeNs / kOneMillisecondInNanoseconds, in log() 132 emitLogMessage(message->logLevel, le32toh(message->timestampMillis), in logV2()
|
/system/libvintf/ |
D | VintfObject.cpp | 506 auto logLevel = matrixStatus == BAD_VALUE ? base::DEBUG : base::ERROR; in getAllFrameworkMatrixLevels() local 507 LOG(logLevel) << "Framework Matrix: Ignore file " << path << ": " << matrixError; in getAllFrameworkMatrixLevels()
|