Searched refs:timestampMs (Results 1 – 2 of 2) sorted by relevance
/system/chre/platform/shared/ |
D | log_buffer.cc | 34 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), ×tampMs); in handleLogVa()
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | log_buffer.h | 101 void handleLog(LogBufferLogLevel logLevel, uint32_t timestampMs, 109 void handleLogVa(LogBufferLogLevel logLevel, uint32_t timestampMs,
|