Home
last modified time | relevance | path

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

/external/webrtc/webrtc/call/mock/
Dmock_congestion_controller.h38 MOCK_CONST_METHOD0(GetPacerQueuingDelayMs, int64_t());
/external/webrtc/webrtc/call/
Dcongestion_controller.h59 virtual int64_t GetPacerQueuingDelayMs() const;
Dcongestion_controller.cc259 int64_t CongestionController::GetPacerQueuingDelayMs() const { in GetPacerQueuingDelayMs() function in webrtc::CongestionController
Dcall.cc509 stats.pacer_delay_ms = congestion_controller_->GetPacerQueuingDelayMs(); in GetStats()