Home
last modified time | relevance | path

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

/system/connectivity/wifilogd/
Dcommand_processor.cpp46 class TimestampHeader { class
48 TimestampHeader& set_since_boot_awake_only(Os::Timestamp new_value) { in set_since_boot_awake_only()
53 TimestampHeader& set_since_boot_with_sleep(Os::Timestamp new_value) { in set_since_boot_with_sleep()
58 TimestampHeader& set_since_epoch(Os::Timestamp new_value) { in set_since_epoch()
173 static_assert(GetMaxVal(total_size) > sizeof(TimestampHeader) && in CopyCommandToLog()
174 GetMaxVal(total_size) - sizeof(TimestampHeader) >= in CopyCommandToLog()
177 total_size = sizeof(TimestampHeader) + command_len; in CopyCommandToLog()
190 TimestampHeader() in CopyCommandToLog()
195 ByteBuffer<sizeof(TimestampHeader) + protocol::kMaxMessageSize>() in CopyCommandToLog()
215 const auto& tstamp_header = buffer_reader.CopyOutOrDie<TimestampHeader>(); in Dump()