Home
last modified time | relevance | path

Searched refs:CurrentNtp (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/system_wrappers/include/
Dclock.h40 virtual void CurrentNtp(uint32_t& seconds, uint32_t& fractions) const = 0;
67 void CurrentNtp(uint32_t& seconds, uint32_t& fractions) const override;
Dntp_time.h22 clock.CurrentNtp(seconds_, fractions_); in NtpTime()
31 clock.CurrentNtp(seconds_, fractions_); in SetCurrent()
/external/webrtc/webrtc/system_wrappers/source/
Dclock_unittest.cc21 clock->CurrentNtp(seconds, fractions); in TEST()
Dclock.cc50 void CurrentNtp(uint32_t& seconds, uint32_t& fractions) const override { in CurrentNtp() function in webrtc::RealTimeClock
251 void SimulatedClock::CurrentNtp(uint32_t& seconds, uint32_t& fractions) const { in CurrentNtp() function in webrtc::SimulatedClock
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dremote_ntp_time_estimator_unittest.cc51 remote_clock_.CurrentNtp(ntp_seconds, ntp_fractions); in SendRtcpSr()
Drtcp_sender_unittest.cc290 clock_.CurrentNtp(ntp_secs, ntp_frac); in TEST_F()
613 clock_.CurrentNtp(ntp_secs, ntp_frac); in TEST_F()
648 clock_.CurrentNtp(ntp_sec, ntp_frac); in TEST_F()
659 clock_.CurrentNtp(ntp_sec, ntp_frac); in TEST_F()
Drtcp_receiver.cc251 _clock->CurrentNtp(ntp_sec, ntp_frac); in LastReceivedXrReferenceTimeInfo()
446 _clock->CurrentNtp(_lastReceivedSRNTPsecs, _lastReceivedSRNTPfrac); in HandleSenderReceiverReport()
536 _clock->CurrentNtp(lastReceivedRRNTPsecs, lastReceivedRRNTPfrac); in HandleReportBlock()
905 _clock->CurrentNtp(_lastReceivedXRNTPsecs, _lastReceivedXRNTPfrac); in HandleXrReceiveReferenceTime()
Drtcp_sender.cc814 clock_->CurrentNtp(ntp_sec, ntp_frac); in SendCompoundRTCP()
937 clock_->CurrentNtp(ntp_secs, ntp_frac); in AddReportBlock()