Searched defs:logLevel (Results 1 – 6 of 6) 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/host/common/include/chre_host/ |
D | log_message_parser_base.h | 90 enum LogLevel logLevel; member 97 enum LogLevel logLevel; member
|
/system/chre/platform/shared/ |
D | log_buffer_manager.cc | 102 void LogBufferManager::log(chreLogLevel logLevel, const char *formatStr, ...) { in log() 109 void LogBufferManager::logVa(chreLogLevel logLevel, const char *formatStr, in logVa()
|
D | log_buffer.cc | 34 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/ |
D | platform_log.h | 43 void log(chreLogLevel logLevel, const char *formatStr, ...) { in log()
|
/system/libvintf/ |
D | VintfObject.cpp | 506 auto logLevel = matrixStatus == BAD_VALUE ? base::DEBUG : base::ERROR; in getAllFrameworkMatrixLevels() local
|