Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/network/
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;
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
/external/webrtc/api/transport/
Dnetwork_types.h104 struct SentPacket { struct
112 PacedPacketInfo pacing_info;
114 bool audio = false;
118 int64_t sequence_number;
/external/webrtc/p2p/base/
Dtcp_port_unittest.cc198 void OnSentPacket(const rtc::SentPacket&) { ++sent_packets_; } in OnSentPacket()