Home
last modified time | relevance | path

Searched defs:logLevel (Results 1 – 7 of 7) 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/platform/shared/
Dlog_buffer_manager.cc115 void LogBufferManager::log(chreLogLevel logLevel, const char *formatStr, ...) { in log()
137 void LogBufferManager::logVa(chreLogLevel logLevel, const char *formatStr, in logVa()
162 void LogBufferManager::logEncoded(chreLogLevel logLevel, in logEncoded()
Dlog_buffer.cc37 void LogBuffer::handleLog(LogBufferLogLevel logLevel, uint32_t timestampMs, in handleLog()
45 void LogBuffer::handleLogVa(LogBufferLogLevel logLevel, uint32_t timestampMs, in handleLogVa()
95 void LogBuffer::handleEncodedLog(LogBufferLogLevel logLevel, in handleEncodedLog()
254 void LogBuffer::processLog(LogBufferLogLevel logLevel, uint32_t timestampMs, in processLog()
/system/chre/platform/linux/include/chre/platform/linux/
Dplatform_log.h43 void log(chreLogLevel logLevel, const char *formatStr, ...) { in log()
/system/chre/platform/exynos/include/chre/target_platform/
Dlog.h26 #define CHRE_EXYNOS_LOG(logLevel, fmt, ...) printf("[CHRE] " fmt, ##__VA_ARGS__) argument
/system/chre/host/common/include/chre_host/
Dlog_message_parser.h82 enum LogLevel logLevel; member
/system/libvintf/
DVintfObject.cpp586 auto logLevel = matrixStatus == BAD_VALUE ? base::DEBUG : base::ERROR; in getAllFrameworkMatrixLevels() local