Home
last modified time | relevance | path

Searched defs:logLevel (Results 1 – 6 of 6) sorted by relevance

/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
/system/chre/host/common/include/chre_host/
Dlog_message_parser_base.h90 enum LogLevel logLevel; member
97 enum LogLevel logLevel; member
/system/chre/platform/shared/
Dlog_buffer_manager.cc102 void LogBufferManager::log(chreLogLevel logLevel, const char *formatStr, ...) { in log()
109 void LogBufferManager::logVa(chreLogLevel logLevel, const char *formatStr, in logVa()
Dlog_buffer.cc34 void LogBuffer::handleLog(LogBufferLogLevel logLevel, uint32_t timestampMs, in handleLog()
42 void LogBuffer::handleLogVa(LogBufferLogLevel logLevel, uint32_t timestampMs, in handleLogVa()
/system/chre/platform/linux/include/chre/platform/linux/
Dplatform_log.h43 void log(chreLogLevel logLevel, const char *formatStr, ...) { in log()
/system/libvintf/
DVintfObject.cpp506 auto logLevel = matrixStatus == BAD_VALUE ? base::DEBUG : base::ERROR; in getAllFrameworkMatrixLevels() local