Home
last modified time | relevance | path

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

/aosp_15_r20/system/logging/logd/
H A DReplayMessages.cpp162 PrintInteresting(log_time first_log_timestamp) in PrintInteresting()
225 SingleBufferOperation(log_time first_log_timestamp, const char* buffer) { in SingleBufferOperation()
264 PrintMemory(log_time first_log_timestamp, const char* buffer) in PrintMemory()
280 PrintLogs(log_time first_log_timestamp, const char* buffer, const char* buffers, in PrintLogs()
318 PrintLatency(log_time first_log_timestamp, const char* buffer) in PrintLatency()
351 PrintAllLogs(log_time first_log_timestamp, const char* buffer, const char* buffers) in PrintAllLogs()
417 log_time first_log_timestamp = GetFirstTimeStamp(*recorded_messages); in main() local
/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Danalyzer.cc125 int64_t first_log_timestamp = packets[0].log_time_us(); in EstimateRtpClockFrequency() local