Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_sent_packet_manager_peer.cc52 RttStats* QuicSentPacketManagerPeer::GetRttStats( in GetRttStats() function in quic::test::QuicSentPacketManagerPeer
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_sent_packet_manager.h262 const RttStats* GetRttStats() const { return &rtt_stats_; } in GetRttStats() function