Searched defs:timestampMs (Results  1 – 2 of 2) sorted by relevance
| /system/chre/host/hal_generic/aidl/ | 
| D | event_logger.h | 61     int64_t timestampMs;  member69     int64_t timestampMs;  member
 75     int64_t timestampMs;  member
 
 | 
| /system/chre/platform/shared/ | 
| D | log_buffer.cc | 37 void LogBuffer::handleLog(LogBufferLogLevel logLevel, uint32_t timestampMs,  in handleLog()45 void LogBuffer::handleLogVa(LogBufferLogLevel logLevel, uint32_t timestampMs,  in handleLogVa()
 55 void LogBuffer::handleBtLog(BtSnoopDirection direction, uint32_t timestampMs,  in handleBtLog()
 96                                  uint32_t timestampMs, const uint8_t *log,  in handleEncodedLog()
 254 void LogBuffer::processLog(LogBufferLogLevel logLevel, uint32_t timestampMs,  in processLog()
 283 void LogBuffer::copyLogToBuffer(LogBufferLogLevel level, uint32_t timestampMs,  in copyLogToBuffer()
 304                                        uint32_t timestampMs,  in encodeAndCopyLogLocked()
 
 |