Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dbandwidth_sampler.h67 QuicByteCount total_bytes_acked; member
402 QuicByteCount total_bytes_acked = 0; member
413 void Update(QuicTime ack_time, QuicByteCount total_bytes_acked) { in Update()
H A Dbandwidth_sampler.cc501 bool BandwidthSampler::ChooseA0Point(QuicByteCount total_bytes_acked, in ChooseA0Point()
572 QuicByteCount BandwidthSampler::total_bytes_acked() const { in total_bytes_acked() function in quic::BandwidthSampler
H A Dbbr2_misc.h469 QuicByteCount total_bytes_acked() const { in total_bytes_acked() function
/aosp_15_r20/external/webrtc/net/dcsctp/tx/
H A Dretransmission_queue.cc118 size_t total_bytes_acked) { in HandleIncreasedCumulativeTsnAck()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dend_to_end_test.cc3851 int total_bytes_acked() const { return total_bytes_acked_; } in total_bytes_acked() function in quic::test::__anon761fe56d0111::TestAckListener