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

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

Completed in 231 milliseconds