Home
last modified time | relevance | path

Searched refs:handleLogVa (Results 1 – 3 of 3) sorted by relevance

/system/chre/platform/shared/include/chre/platform/shared/
Dlog_buffer.h122 void handleLogVa(LogBufferLogLevel logLevel, uint32_t timestampMs,
/system/chre/platform/shared/
Dlog_buffer.cc41 handleLogVa(logLevel, timestampMs, logFormat, args); in handleLog()
45 void LogBuffer::handleLogVa(LogBufferLogLevel logLevel, uint32_t timestampMs, in handleLogVa() function in chre::LogBuffer
Dlog_buffer_manager.cc146 mPrimaryLogBuffer.handleLogVa(chreToLogBufferLogLevel(logLevel), in logVa()