Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dlog_buffer.cc35 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
[all …]
/system/chre/platform/shared/include/chre/platform/shared/
Dlog_buffer.h113 void handleLog(LogBufferLogLevel logLevel, uint32_t timestampMs,
121 void handleLogVa(LogBufferLogLevel logLevel, uint32_t timestampMs,
124 void handleEncodedLog(LogBufferLogLevel logLevel, uint32_t timestampMs,
276 void processLog(LogBufferLogLevel logLevel, uint32_t timestampMs,
283 void copyLogToBuffer(LogBufferLogLevel level, uint32_t timestampMs,
297 void encodeAndCopyLogLocked(LogBufferLogLevel level, uint32_t timestampMs,
/system/chre/host/hal_generic/aidl/
Devent_logger.cc49 .timestampMs = getTimeMs(), in logNanoappLoad()
60 .timestampMs = getTimeMs(), in logNanoappUnload()
75 .timestampMs = getTimeMs(), in logMessageToNanoapp()
86 .timestampMs = getTimeMs(), in logMessageFromNanoapp()
105 formatLocalTime(load.timestampMs).c_str(), load.id, in dump()
115 formatLocalTime(unload.timestampMs).c_str(), unload.id, in dump()
125 formatLocalTime(msg.timestampMs).c_str(), msg.id, in dump()
134 formatLocalTime(msg.timestampMs).c_str(), msg.id, in dump()
Devent_logger.h59 int64_t timestampMs; member
67 int64_t timestampMs; member
73 int64_t timestampMs; member