Searched defs:logLevel (Results 1 – 7 of 7) sorted by relevance
| /system/chre/platform/shared/ |
| D | log_buffer_manager.cc | 143 void LogBufferManager::log(chreLogLevel logLevel, const char *formatStr, ...) { in log() 182 void LogBufferManager::logVa(chreLogLevel logLevel, const char *formatStr, in logVa() 207 void LogBufferManager::logEncoded(chreLogLevel logLevel, in logEncoded() 216 void LogBufferManager::logNanoappTokenized(chreLogLevel logLevel, in logNanoappTokenized()
|
| 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() 96 void LogBuffer::handleEncodedLog(LogBufferLogLevel logLevel, in handleEncodedLog() 102 void LogBuffer::handleNanoappTokenizedLog(LogBufferLogLevel logLevel, in handleNanoappTokenizedLog() 284 void LogBuffer::processLog(LogBufferLogLevel logLevel, uint32_t timestampMs, in processLog() 398 uint8_t LogBuffer::setLogMetadata(LogType type, LogBufferLogLevel logLevel) { in setLogMetadata()
|
| /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/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 | 133 enum LogLevel logLevel; member
|
| /system/libvintf/ |
| D | VintfObject.cpp | 617 auto logLevel = matrixStatus == BAD_VALUE ? base::DEBUG : base::ERROR; in getAllFrameworkMatrixLevels() local
|