Searched defs:logLevel (Results 1 – 7 of 7) sorted by relevance
/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
|
/system/chre/platform/shared/ |
D | log_buffer_manager.cc | 115 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()
|
D | log_buffer.cc | 37 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/ |
D | platform_log.h | 43 void log(chreLogLevel logLevel, const char *formatStr, ...) { in log()
|
/system/chre/platform/exynos/include/chre/target_platform/ |
D | log.h | 26 #define CHRE_EXYNOS_LOG(logLevel, fmt, ...) printf("[CHRE] " fmt, ##__VA_ARGS__) argument
|
/system/chre/host/common/include/chre_host/ |
D | log_message_parser.h | 82 enum LogLevel logLevel; member
|
/system/libvintf/ |
D | VintfObject.cpp | 586 auto logLevel = matrixStatus == BAD_VALUE ? base::DEBUG : base::ERROR; in getAllFrameworkMatrixLevels() local
|