Home
last modified time | relevance | path

Searched refs:OnPacketSent (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dlog_simulation.h44 void OnPacketSent(const LoggedPacketInfo& packet);
Dlog_simulation.cc65 void LogBasedNetworkControllerSimulation::OnPacketSent( in OnPacketSent() function in webrtc::LogBasedNetworkControllerSimulation
187 OnPacketSent(packet); in ProcessEventsInLog()
/external/webrtc/modules/pacing/
Dpacing_controller.h169 void OnPacketSent(RtpPacketMediaType packet_type,
Dpacing_controller.cc581 OnPacketSent(packet_type, packet_size, target_send_time); in ProcessPackets()
687 void PacingController::OnPacketSent(RtpPacketMediaType packet_type, in OnPacketSent() function in webrtc::PacingController