Searched refs:SendTimeOfXrRrReport (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.h108 bool SendTimeOfXrRrReport(uint32_t mid_ntp, int64_t* time_ms) const;
H A Drtp_rtcp_impl.h307 bool SendTimeOfXrRrReport(uint32_t mid_ntp, int64_t* time_ms) const;
H A Drtcp_sender_unittest.cc653 EXPECT_FALSE(rtcp_sender_->SendTimeOfXrRrReport(initial_mid_ntp, &time_ms));
661 EXPECT_TRUE(rtcp_sender_->SendTimeOfXrRrReport(mid_ntp, &time_ms));
666 EXPECT_FALSE(rtcp_sender_->SendTimeOfXrRrReport(initial_mid_ntp, &time_ms));
H A Drtp_rtcp_impl.cc905 bool ModuleRtpRtcpImpl::SendTimeOfXrRrReport( function in class:webrtc::ModuleRtpRtcpImpl
907 return rtcp_sender_.SendTimeOfXrRrReport(mid_ntp, time_ms);
H A Drtcp_sender.cc445 bool RTCPSender::SendTimeOfXrRrReport(uint32_t mid_ntp, function in class:webrtc::RTCPSender
H A Drtcp_receiver.cc942 bool found = _rtpRtcp.SendTimeOfXrRrReport(

Completed in 103 milliseconds