Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc194 if (UpdateRTCPReceiveInformationTimers()) { in Process()
952 bool ModuleRtpRtcpImpl::UpdateRTCPReceiveInformationTimers() { in UpdateRTCPReceiveInformationTimers() function in webrtc::ModuleRtpRtcpImpl
955 return rtcp_receiver_.UpdateRTCPReceiveInformationTimers(); in UpdateRTCPReceiveInformationTimers()
Drtp_rtcp_impl.h333 bool UpdateRTCPReceiveInformationTimers();
Drtcp_receiver.h104 bool UpdateRTCPReceiveInformationTimers();
Drtcp_receiver.cc705 bool RTCPReceiver::UpdateRTCPReceiveInformationTimers() { in UpdateRTCPReceiveInformationTimers() function in webrtc::RTCPReceiver