Home
last modified time | relevance | path

Searched refs:timestampMs (Results 1 – 2 of 2) sorted by relevance

/system/chre/platform/shared/
Dlog_buffer.cc34 void LogBuffer::handleLog(LogBufferLogLevel logLevel, uint32_t timestampMs, in handleLog() argument
38 handleLogVa(logLevel, timestampMs, logFormat, args); in handleLog()
42 void LogBuffer::handleLogVa(LogBufferLogLevel logLevel, uint32_t timestampMs, in handleLogVa() argument
68 copyToBuffer(sizeof(timestampMs), &timestampMs); in handleLogVa()
/system/chre/platform/shared/include/chre/platform/shared/
Dlog_buffer.h101 void handleLog(LogBufferLogLevel logLevel, uint32_t timestampMs,
109 void handleLogVa(LogBufferLogLevel logLevel, uint32_t timestampMs,