Home
last modified time | relevance | path

Searched refs:ShouldSendKeepalive (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/pacing/
Dpacing_controller.h156 bool ShouldSendKeepalive(Timestamp now) const;
Dpacing_controller.cc324 bool PacingController::ShouldSendKeepalive(Timestamp now) const { in ShouldSendKeepalive() function in webrtc::PacingController
431 if (ShouldSendKeepalive(now)) { in ProcessPackets()