Home
last modified time | relevance | path

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

12

/external/webrtc/rtc_base/
Dasync_udp_socket.cc70 rtc::SentPacket sent_packet(options.packet_id, rtc::TimeMillis(), in Send() local
82 rtc::SentPacket sent_packet(options.packet_id, rtc::TimeMillis(), in SendTo() local
Dasync_tcp_socket.cc316 rtc::SentPacket sent_packet(options.packet_id, rtc::TimeMillis(), in Send() local
/external/webrtc/call/
Ddegraded_call.cc109 rtc::SentPacket sent_packet; in SendRtp() local
279 void DegradedCall::OnSentPacket(const rtc::SentPacket& sent_packet) { in OnSentPacket()
Drtp_transport_controller_send.cc401 const rtc::SentPacket& sent_packet) { in OnSentPacket()
Dcall.cc1169 void Call::OnSentPacket(const rtc::SentPacket& sent_packet) { in OnSentPacket()
/external/webrtc/modules/congestion_controller/pcc/
Dutility_function_unittest.cc49 SentPacket sent_packet; local
Dmonitor_interval_unittest.cc35 SentPacket sent_packet; local
Dbitrate_controller_unittest.cc49 SentPacket sent_packet; local
/external/webrtc/test/
Ddirect_transport.cc65 rtc::SentPacket sent_packet(options.packet_id, rtc::TimeMillis()); in SendRtp() local
/external/webrtc/p2p/base/
Dasync_stun_tcp_socket.cc87 rtc::SentPacket sent_packet(options.packet_id, rtc::TimeMillis()); in Send() local
Ddtls_transport_unittest.cc251 const rtc::SentPacket& sent_packet) { in OnTransportSentPacket()
255 rtc::SentPacket sent_packet() const { return sent_packet_; } in sent_packet() function in cricket::DtlsTestClient
Dtcp_port.cc330 const rtc::SentPacket& sent_packet) { in OnSentPacket()
Ddtls_transport.cc644 const rtc::SentPacket& sent_packet) { in OnSentPacket()
Dstun_port.cc414 const rtc::SentPacket& sent_packet) { in OnSentPacket()
/external/webrtc/test/scenario/
Dnetwork_node.cc80 rtc::SentPacket sent_packet; in SendRtp() local
/external/webrtc/modules/congestion_controller/rtp/
Dtransport_feedback_adapter.cc114 const rtc::SentPacket& sent_packet) { in ProcessSentPacket()
Dtransport_feedback_adapter_unittest.cc402 absl::optional<SentPacket> sent_packet = adapter_->ProcessSentPacket( in TEST_F() local
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dlog_simulation.cc94 rtc::SentPacket sent_packet; in OnPacketSent() local
/external/webrtc/pc/
Drtp_transport.cc225 const rtc::SentPacket& sent_packet) { in OnSentPacket()
Drtp_transport_unittest.cc62 const rtc::SentPacket& sent_packet) { in OnSentPacket()
Dchannel.cc779 void BaseChannel::SignalSentPacket_n(const rtc::SentPacket& sent_packet) { in SignalSentPacket_n()
/external/webrtc/api/transport/
Dnetwork_types.h162 SentPacket sent_packet; member
/external/webrtc/modules/congestion_controller/goog_cc/
Dgoog_cc_network_control.cc252 SentPacket sent_packet) { in OnSentPacket()
Dsend_side_bandwidth_estimation.cc539 void SendSideBandwidthEstimation::OnSentPacket(const SentPacket& sent_packet) { in OnSentPacket()
/external/webrtc/media/engine/
Dfake_webrtc_call.cc651 void FakeCall::OnSentPacket(const rtc::SentPacket& sent_packet) { in OnSentPacket()

12