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

12

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

Completed in 2059 milliseconds

12