Searched refs:CurrentNtp (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/system_wrappers/include/ |
D | clock.h | 40 virtual void CurrentNtp(uint32_t& seconds, uint32_t& fractions) const = 0; 67 void CurrentNtp(uint32_t& seconds, uint32_t& fractions) const override;
|
D | ntp_time.h | 22 clock.CurrentNtp(seconds_, fractions_); in NtpTime() 31 clock.CurrentNtp(seconds_, fractions_); in SetCurrent()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | clock.cc | 50 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
|
D | clock_unittest.cc | 21 clock->CurrentNtp(seconds, fractions); in TEST()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | remote_ntp_time_estimator_unittest.cc | 51 remote_clock_.CurrentNtp(ntp_seconds, ntp_fractions); in SendRtcpSr()
|
D | rtcp_sender_unittest.cc | 290 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()
|
D | rtcp_receiver.cc | 251 _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()
|
D | rtcp_sender.cc | 814 clock_->CurrentNtp(ntp_sec, ntp_frac); in SendCompoundRTCP() 937 clock_->CurrentNtp(ntp_secs, ntp_frac); in AddReportBlock()
|