Home
last modified time | relevance | path

Searched defs:last_sent_packet (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dbbr2_misc.h235 QuicPacketNumber last_sent_packet() const { return last_sent_packet_; } in last_sent_packet() function
465 QuicPacketNumber last_sent_packet() const { in last_sent_packet() function
/aosp_15_r20/external/webrtc/p2p/base/
H A Dfake_packet_transport.h91 const CopyOnWriteBuffer* last_sent_packet() { return &last_sent_packet_; } in last_sent_packet() function
H A Dfake_ice_transport.h349 rtc::CopyOnWriteBuffer last_sent_packet() { in last_sent_packet() function
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio_unittest.cc58 const RtpPacketReceived& last_sent_packet() { return sent_packets_.back(); } in last_sent_packet() function in webrtc::__anonabbd615c0111::LoopbackTransportTest
H A Drtp_rtcp_impl2_unittest.cc202 absl::optional<SentPacket> last_sent_packet() const { in last_sent_packet() function in webrtc::__anona941dee60111::RtpRtcpModule
H A Drtp_sender_video_unittest.cc120 const RtpPacketReceived& last_sent_packet() { return sent_packets_.back(); } in last_sent_packet() function in webrtc::__anon381e3e610111::LoopbackTransportTest
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/
Ddelivery_rate.rs50 last_sent_packet: u64, field
/aosp_15_r20/external/rust/crates/quiche/src/recovery/
Ddelivery_rate.rs50 last_sent_packet: u64, field
/aosp_15_r20/external/webrtc/media/engine/
H A Dfake_webrtc_call.h398 rtc::SentPacket last_sent_packet() const { return last_sent_packet_; } in last_sent_packet() function