Home
last modified time | relevance | path

Searched defs:SentPacket (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/network/
H A Dsent_packet.h55 struct RTC_EXPORT SentPacket { struct
62 int64_t packet_id = -1;
63 int64_t send_time_ms = -1;
64 rtc::PacketInfo info;
H A Dsent_packet.cc20 SentPacket::SentPacket(int64_t packet_id, int64_t send_time_ms) in SentPacket() function in rtc::SentPacket
22 SentPacket::SentPacket(int64_t packet_id, in SentPacket() function in rtc::SentPacket
/aosp_15_r20/external/cronet/third_party/quic_trace/src/tools/
H A Dquic_trace_to_time_sequence_gnuplot.cc56 struct SentPacket { struct
59 size_t offset;
61 size_t size;
/aosp_15_r20/external/webrtc/api/transport/
H A Dnetwork_types.h103 struct SentPacket { struct
111 PacedPacketInfo pacing_info;
113 bool audio = false;
117 int64_t sequence_number;
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl2_unittest.cc160 struct SentPacket { struct in webrtc::__anona941dee60111::RtpRtcpModule
161 SentPacket(uint16_t packet_id, int64_t capture_time_ms, uint32_t ssrc) in SentPacket() function
163 uint16_t packet_id;
164 int64_t capture_time_ms;
165 uint32_t ssrc;
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_trace_visitor_test.cc90 TEST_F(QuicTraceVisitorTest, SentPacket) { in TEST_F() argument
/aosp_15_r20/external/webrtc/p2p/base/
H A Dtcp_port_unittest.cc215 void OnSentPacket(const rtc::SentPacket&) { ++sent_packets_; } in OnSentPacket()