Lines Matching refs:timestampMs
35 void LogBuffer::handleLog(LogBufferLogLevel logLevel, uint32_t timestampMs, in handleLog() argument
39 handleLogVa(logLevel, timestampMs, logFormat, args); in handleLog()
43 void LogBuffer::handleLogVa(LogBufferLogLevel logLevel, uint32_t timestampMs, in handleLogVa() argument
48 processLog(logLevel, timestampMs, tempBuffer, logLenSigned, in handleLogVa()
53 uint32_t timestampMs, const uint8_t *log, in handleEncodedLog() argument
55 processLog(logLevel, timestampMs, log, logSize); in handleEncodedLog()
211 void LogBuffer::processLog(LogBufferLogLevel logLevel, uint32_t timestampMs, in processLog() argument
229 kMaxLogLen, kGenericErrorMsg, timestampMs, size); in processLog()
233 copyLogToBuffer(logLevel, timestampMs, logBuffer, logLen, encoded); in processLog()
238 void LogBuffer::copyLogToBuffer(LogBufferLogLevel level, uint32_t timestampMs, in copyLogToBuffer() argument
243 encodeAndCopyLogLocked(level, timestampMs, logBuffer, logLen, encoded); in copyLogToBuffer()
259 uint32_t timestampMs, in encodeAndCopyLogLocked() argument
266 copyToBuffer(sizeof(timestampMs), ×tampMs); in encodeAndCopyLogLocked()