Home
last modified time | relevance | path

Searched defs:ConvertTimestampToNtpTime (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/system_wrappers/source/
H A Dclock.cc55 NtpTime ConvertTimestampToNtpTime(Timestamp timestamp) override { in ConvertTimestampToNtpTime() function in webrtc::RealTimeClock
77 NtpTime SimulatedClock::ConvertTimestampToNtpTime(Timestamp timestamp) { in ConvertTimestampToNtpTime() function in webrtc::SimulatedClock
/aosp_15_r20/external/webrtc/test/
H A Ddrifting_clock.h34 NtpTime ConvertTimestampToNtpTime(Timestamp timestamp) override { in ConvertTimestampToNtpTime() function