Home
last modified time | relevance | path

Searched defs:sent_packet (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/webrtc/base/
Dasyncudpsocket.cc63 rtc::SentPacket sent_packet(options.packet_id, rtc::Time()); in Send() local
72 rtc::SentPacket sent_packet(options.packet_id, rtc::Time()); in SendTo() local
Dasynctcpsocket.cc271 rtc::SentPacket sent_packet(options.packet_id, rtc::Time()); in Send() local
/external/webrtc/webrtc/p2p/base/
Drelayport.h103 const rtc::SentPacket& sent_packet) override {} in OnSentPacket()
Dtcpport.cc291 const rtc::SentPacket& sent_packet) { in OnSentPacket()
Ddtlstransportchannel.cc516 const rtc::SentPacket& sent_packet) { in OnSentPacket()
Dstunport.cc342 const rtc::SentPacket& sent_packet) { in OnSentPacket()
Ddtlstransportchannel_unittest.cc345 const rtc::SentPacket& sent_packet) { in OnTransportChannelSentPacket()
349 rtc::SentPacket sent_packet() const { return sent_packet_; } in sent_packet() function in DtlsTestClient
Drelayport.cc756 const rtc::SentPacket& sent_packet) { in OnSentPacket()
Dp2ptransportchannel.cc1427 void P2PTransportChannel::OnSentPacket(const rtc::SentPacket& sent_packet) { in OnSentPacket()
Dturnport.cc588 const rtc::SentPacket& sent_packet) { in OnSentPacket()
Dport_unittest.cc208 const rtc::SentPacket& sent_packet) { in OnSentPacket()
/external/webrtc/webrtc/test/
Ddirect_transport.cc58 rtc::SentPacket sent_packet(options.packet_id, in SendRtp() local
/external/webrtc/webrtc/call/
Dcongestion_controller.cc288 void CongestionController::OnSentPacket(const rtc::SentPacket& sent_packet) { in OnSentPacket()
Dcall.cc566 void Call::OnSentPacket(const rtc::SentPacket& sent_packet) { in OnSentPacket()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dsend_time_history_unittest.cc133 PacketInfo sent_packet = sent_packets[packet.sequence_number]; in TEST_F() local
/external/webrtc/talk/media/webrtc/
Dfakewebrtccall.cc440 void FakeCall::OnSentPacket(const rtc::SentPacket& sent_packet) { in OnSentPacket()
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc2208 const rtc::SentPacket& sent_packet) { in OnSentPacket_w()