Home
last modified time | relevance | path

Searched refs:LogBasedNetworkControllerSimulation (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Dlog_simulation.cc21 LogBasedNetworkControllerSimulation::LogBasedNetworkControllerSimulation( in LogBasedNetworkControllerSimulation() function in webrtc::LogBasedNetworkControllerSimulation
26 LogBasedNetworkControllerSimulation::~LogBasedNetworkControllerSimulation() {} in ~LogBasedNetworkControllerSimulation()
28 void LogBasedNetworkControllerSimulation::HandleStateUpdate( in HandleStateUpdate()
33 void LogBasedNetworkControllerSimulation::ProcessUntil(Timestamp to_time) { in ProcessUntil()
61 void LogBasedNetworkControllerSimulation::OnProbeCreated( in OnProbeCreated()
66 void LogBasedNetworkControllerSimulation::OnPacketSent( in OnPacketSent()
108 void LogBasedNetworkControllerSimulation::OnFeedback( in OnFeedback()
118 void LogBasedNetworkControllerSimulation::OnReceiverReport( in OnReceiverReport()
166 void LogBasedNetworkControllerSimulation::OnIceConfig( in OnIceConfig()
180 void LogBasedNetworkControllerSimulation::ProcessEventsInLog( in ProcessEventsInLog()
H A Dlog_simulation.h25 class LogBasedNetworkControllerSimulation {
27 explicit LogBasedNetworkControllerSimulation(
31 ~LogBasedNetworkControllerSimulation();
H A Danalyzer.cc1177 LogBasedNetworkControllerSimulation simulation( in CreateGoogCcSimulationGraph()