Home
last modified time | relevance | path

Searched defs:first_log_timestamp (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/logging/logd/
H A DReplayMessages.cpp162 PrintInteresting(log_time first_log_timestamp) in PrintInteresting()
243 SingleBufferOperation(log_time first_log_timestamp, const char* buffer) { in SingleBufferOperation()
286 PrintMemory(log_time first_log_timestamp, const char* buffer) in PrintMemory()
302 PrintLogs(log_time first_log_timestamp, const char* buffer, const char* buffers, in PrintLogs()
340 PrintLatency(log_time first_log_timestamp, const char* buffer) in PrintLatency()
373 PrintAllLogs(log_time first_log_timestamp, const char* buffer, const char* buffers) in PrintAllLogs()
439 log_time first_log_timestamp = GetFirstTimeStamp(*recorded_messages); in main() local