Home
last modified time | relevance | path

Searched refs:SentPacket (Results 1 – 25 of 71) sorted by relevance

123

/external/webrtc/rtc_base/network/
Dsent_packet.cc19 SentPacket::SentPacket() = default;
20 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
Dsent_packet.h55 struct RTC_EXPORT SentPacket { struct
56 SentPacket();
57 SentPacket(int64_t packet_id, int64_t send_time_ms);
58 SentPacket(int64_t packet_id,
/external/webrtc/test/network/
Dfeedback_generator.h27 public TwoWayFakeTrafficRoute<SentPacket, TransportPacketsFeedback>::
41 void OnRequest(SentPacket packet, Timestamp arrival_time) override;
50 TwoWayFakeTrafficRoute<SentPacket, TransportPacketsFeedback> route_;
Dfeedback_generator.cc38 SentPacket sent; in SendPacket()
67 void FeedbackGeneratorImpl::OnRequest(SentPacket packet, in OnRequest()
/external/webrtc/modules/congestion_controller/rtp/
Dtransport_feedback_adapter.h33 SentPacket sent;
64 absl::optional<SentPacket> ProcessSentPacket(
65 const rtc::SentPacket& sent_packet);
Dtransport_feedback_adapter_unittest.cc120 adapter_->ProcessSentPacket(rtc::SentPacket( in OnSentPacket()
402 absl::optional<SentPacket> sent_packet = adapter_->ProcessSentPacket( in TEST_F()
403 rtc::SentPacket(packet.sent_packet.sequence_number, in TEST_F()
409 absl::optional<SentPacket> duplicate_packet = adapter_->ProcessSentPacket( in TEST_F()
410 rtc::SentPacket(packet.sent_packet.sequence_number, in TEST_F()
Dtransport_feedback_adapter.cc113 absl::optional<SentPacket> TransportFeedbackAdapter::ProcessSentPacket( in ProcessSentPacket()
114 const rtc::SentPacket& sent_packet) { in ProcessSentPacket()
/external/webrtc/p2p/base/
Dpacket_transport_internal.h27 struct SentPacket;
92 sigslot::signal2<PacketTransportInternal*, const rtc::SentPacket&>
Dport_interface.h130 sigslot::signal1<const rtc::SentPacket&> SignalSentPacket;
Dasync_stun_tcp_socket.cc87 rtc::SentPacket sent_packet(options.packet_id, rtc::TimeMillis()); in Send()
/external/webrtc/call/
Drtp_transport_controller_send_interface.h36 struct SentPacket;
143 virtual void OnSentPacket(const rtc::SentPacket& sent_packet) = 0;
Ddegraded_call.cc109 rtc::SentPacket sent_packet; in SendRtp()
279 void DegradedCall::OnSentPacket(const rtc::SentPacket& sent_packet) { in OnSentPacket()
Dcall.h154 virtual void OnSentPacket(const rtc::SentPacket& sent_packet) = 0;
/external/webrtc/rtc_base/
Dasync_udp_socket.cc70 rtc::SentPacket sent_packet(options.packet_id, rtc::TimeMillis(), in Send()
82 rtc::SentPacket sent_packet(options.packet_id, rtc::TimeMillis(), in SendTo()
Dasync_packet_socket.h113 sigslot::signal2<AsyncPacketSocket*, const SentPacket&> SignalSentPacket;
/external/webrtc/api/transport/
Dnetwork_types.h104 struct SentPacket { struct
162 SentPacket sent_packet;
Dnetwork_control.h80 virtual NetworkControlUpdate OnSentPacket(SentPacket)
/external/webrtc/media/engine/
Dfake_webrtc_call.h307 rtc::SentPacket last_sent_packet() const { return last_sent_packet_; } in last_sent_packet()
368 void OnSentPacket(const rtc::SentPacket& sent_packet) override;
375 rtc::SentPacket last_sent_packet_;
/external/webrtc/pc/
Drtp_transport_internal.h68 sigslot::signal1<const rtc::SentPacket&> SignalSentPacket;
Dcomposite_rtp_transport.h107 void OnSentPacket(const rtc::SentPacket& packet);
Drtp_transport.h101 const rtc::SentPacket& sent_packet);
/external/webrtc/call/test/
Dmock_rtp_transport_controller_send.h89 MOCK_METHOD(void, OnSentPacket, (const rtc::SentPacket&), (override));
/external/webrtc/modules/congestion_controller/pcc/
Drtt_tracker_unittest.cc24 SentPacket packet; in GetPacketWithRtt()
Dpcc_network_controller.h70 NetworkControlUpdate OnSentPacket(SentPacket msg) override;
Dutility_function_unittest.cc49 SentPacket sent_packet;

123