HomeSort by relevance Sort by last modified time
    Searched refs:SentPacket (Results 1 - 25 of 32) sorted by null

1 2

  /external/webrtc/webrtc/call/mock/
mock_congestion_controller.h 46 MOCK_METHOD1(OnSentPacket, void(const rtc::SentPacket& sent_packet));
  /external/webrtc/webrtc/base/
socket.h 127 struct SentPacket {
128 SentPacket() : packet_id(-1), send_time_ms(-1) {}
129 SentPacket(int packet_id, int64_t send_time_ms)
asyncudpsocket.cc 63 rtc::SentPacket sent_packet(options.packet_id, rtc::Time());
72 rtc::SentPacket sent_packet(options.packet_id, rtc::Time());
asyncpacketsocket.h 114 sigslot::signal2<AsyncPacketSocket*, const SentPacket&> SignalSentPacket;
asynctcpsocket.cc 271 rtc::SentPacket sent_packet(options.packet_id, rtc::Time());
  /external/webrtc/webrtc/call/
congestion_controller.h 68 virtual void OnSentPacket(const rtc::SentPacket& sent_packet);
congestion_controller.cc 288 void CongestionController::OnSentPacket(const rtc::SentPacket& sent_packet) {
  /external/webrtc/webrtc/
call.h 138 virtual void OnSentPacket(const rtc::SentPacket& sent_packet) = 0;
  /external/webrtc/webrtc/test/
direct_transport.cc 58 rtc::SentPacket sent_packet(options.packet_id,
  /external/webrtc/webrtc/p2p/base/
portinterface.h 119 sigslot::signal1<const rtc::SentPacket&> SignalSentPacket;
relayport.h 103 const rtc::SentPacket& sent_packet) override {}
transportchannel.h 147 sigslot::signal2<TransportChannel*, const rtc::SentPacket&> SignalSentPacket;
tcpport.h 101 const rtc::SentPacket& sent_packet) override;
dtlstransportchannel.h 207 const rtc::SentPacket& sent_packet);
p2ptransportchannel.h 235 void OnSentPacket(const rtc::SentPacket& sent_packet);
stunport.h 145 const rtc::SentPacket& sent_packet);
turnport.h 110 const rtc::SentPacket& sent_packet);
dtlstransportchannel_unittest.cc 345 const rtc::SentPacket& sent_packet) {
349 rtc::SentPacket sent_packet() const { return sent_packet_; }
391 rtc::SentPacket sent_packet_;
    [all...]
dtlstransportchannel.cc 516 const rtc::SentPacket& sent_packet) {
faketransportcontroller.h 213 rtc::SentPacket sent_packet(options.packet_id, rtc::Time());
port.h 287 const rtc::SentPacket& sent_packet) = 0;
stunport.cc 342 const rtc::SentPacket& sent_packet) {
  /external/webrtc/talk/media/webrtc/
fakewebrtccall.h 215 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_;
fakewebrtccall.cc 440 void FakeCall::OnSentPacket(const rtc::SentPacket& sent_packet) {
  /external/webrtc/talk/app/webrtc/
webrtcsession.h 468 const rtc::SentPacket& sent_packet);

Completed in 451 milliseconds

1 2