Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.h112 uint32_t LastSendReport(uint32_t& lastRTCPTime);
Drtp_rtcp_impl.h382 uint32_t LastSendReport(uint32_t& last_rtcptime);
Drtp_rtcp_impl.cc727 uint32_t ModuleRtpRtcpImpl::LastSendReport( in LastSendReport() function in webrtc::ModuleRtpRtcpImpl
729 return rtcp_sender_.LastSendReport(last_rtcptime); in LastSendReport()
Drtcp_sender.cc488 RTCPSender::LastSendReport( uint32_t& lastRTCPTime) in LastSendReport() function in webrtc::RTCPSender