Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_trace_visitor.cc59 event->set_time_us(ConvertTimestampToRecordedFormat(sent_time)); in OnPacketSent()
245 event->set_time_us(ConvertTimestampToRecordedFormat(ack_receive_time)); in OnIncomingAck()
261 event->set_time_us(ConvertTimestampToRecordedFormat(detection_time)); in OnPacketLoss()
271 event->set_time_us(ConvertTimestampToRecordedFormat(receive_time)); in OnWindowUpdateFrame()
289 ConvertTimestampToRecordedFormat(connection_->clock()->ApproximateNow())); in OnApplicationLimited()
299 ConvertTimestampToRecordedFormat(connection_->clock()->ApproximateNow())); in OnAdjustNetworkParameters()
312 uint64_t QuicTraceVisitor::ConvertTimestampToRecordedFormat( in ConvertTimestampToRecordedFormat() function in quic::QuicTraceVisitor
H A Dquic_trace_visitor.h60 uint64_t ConvertTimestampToRecordedFormat(QuicTime timestamp);