Home
last modified time | relevance | path

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

12

/external/webrtc/webrtc/base/
Dsocket.h127 struct SentPacket { struct
128 SentPacket() : packet_id(-1), send_time_ms(-1) {} in SentPacket() function
129 SentPacket(int packet_id, int64_t send_time_ms) in SentPacket() function
Dasyncudpsocket.cc63 rtc::SentPacket sent_packet(options.packet_id, rtc::Time()); in Send()
72 rtc::SentPacket sent_packet(options.packet_id, rtc::Time()); in SendTo()
Dasyncpacketsocket.h114 sigslot::signal2<AsyncPacketSocket*, const SentPacket&> SignalSentPacket;
Dasynctcpsocket.cc271 rtc::SentPacket sent_packet(options.packet_id, rtc::Time()); in Send()
/external/webrtc/talk/media/webrtc/
Dfakewebrtccall.h215 rtc::SentPacket last_sent_packet() const { return last_sent_packet_; } in last_sent_packet()
252 void OnSentPacket(const rtc::SentPacket& sent_packet) override;
256 rtc::SentPacket last_sent_packet_;
Dfakewebrtccall.cc440 void FakeCall::OnSentPacket(const rtc::SentPacket& sent_packet) { in OnSentPacket()
/external/webrtc/webrtc/call/mock/
Dmock_congestion_controller.h46 MOCK_METHOD1(OnSentPacket, void(const rtc::SentPacket& sent_packet));
/external/webrtc/webrtc/test/
Ddirect_transport.cc58 rtc::SentPacket sent_packet(options.packet_id, in SendRtp()
/external/webrtc/webrtc/
Dcall.h138 virtual void OnSentPacket(const rtc::SentPacket& sent_packet) = 0;
/external/webrtc/webrtc/call/
Dcongestion_controller.h68 virtual void OnSentPacket(const rtc::SentPacket& sent_packet);
Dcongestion_controller.cc288 void CongestionController::OnSentPacket(const rtc::SentPacket& sent_packet) { in OnSentPacket()
Dcall.cc91 void OnSentPacket(const rtc::SentPacket& sent_packet) override;
566 void Call::OnSentPacket(const rtc::SentPacket& sent_packet) { in OnSentPacket()
/external/webrtc/webrtc/p2p/base/
Dportinterface.h119 sigslot::signal1<const rtc::SentPacket&> SignalSentPacket;
Drelayport.h103 const rtc::SentPacket& sent_packet) override {} in OnSentPacket()
Dtransportchannel.h147 sigslot::signal2<TransportChannel*, const rtc::SentPacket&> SignalSentPacket;
Dtcpport.h101 const rtc::SentPacket& sent_packet) override;
Ddtlstransportchannel_unittest.cc345 const rtc::SentPacket& sent_packet) { in OnTransportChannelSentPacket()
349 rtc::SentPacket sent_packet() const { return sent_packet_; } in sent_packet()
391 rtc::SentPacket sent_packet_;
Ddtlstransportchannel.h207 const rtc::SentPacket& sent_packet);
Dstunport.h145 const rtc::SentPacket& sent_packet);
Dp2ptransportchannel.h235 void OnSentPacket(const rtc::SentPacket& sent_packet);
Drelayport.cc149 const rtc::SentPacket& sent_packet);
756 const rtc::SentPacket& sent_packet) { in OnSentPacket()
Dturnport.h110 const rtc::SentPacket& sent_packet);
Dtcpport.cc291 const rtc::SentPacket& sent_packet) { in OnSentPacket()
Dstunport.cc342 const rtc::SentPacket& sent_packet) { in OnSentPacket()
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.h468 const rtc::SentPacket& sent_packet);

12