Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_coding/test/
H A Dopus_test.cc242 bool lost_packet = false; in Run() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dtcp_cubic_sender_bytes.cc102 for (const LostPacket& lost_packet : lost_packets) { in OnCongestionEvent() local
H A Dbandwidth_sampler_test.cc153 LostPacket lost_packet(QuicPacketNumber(packet_number), size); in LosePacket() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_types.cc84 std::ostream& operator<<(std::ostream& os, const LostPacket& lost_packet) { in operator <<()
H A Dquic_sent_packet_manager_test.cc174 uint64_t lost_packet) { in ExpectAckAndLoss()