aboutsummaryrefslogtreecommitdiff
path: root/system_wrappers/include/clock.h
AgeCommit message (Expand)Author
2021-05-21Make Clock::ConvertTimestampToNtpTime pure virtualPaul Hallak
2021-05-21Add the ability to convert a timestamp to NTP time.Paul Hallak
2021-05-20Have only two pure virtual methods for webrtc::Clock,Paul Hallak
2021-04-08Consolidate the different NTP clocks into one.Paul Hallak
2021-04-08Remove `Clock::NtpToMs`.Paul Hallak
2020-11-04Delete use of RWLockWrapper from SimulatedClockNiels Möller
2020-03-10Add RTC_EXPORT to webrtc::ClockJohannes Kron
2020-02-10Use newer version of TimeDelta and TimeStamp factories in webrtcDanil Chapovalov
2019-07-08Format almost everything.Jonas Olsson
2019-06-11Adds unit based interface to Clock class.Sebastian Jansson
2019-02-20webrtc: Remove semicolons.Nico Weber
2019-01-31Makes Clock interface fully mutable.Sebastian Jansson
2018-10-23[Cleanup] Add missing #include. Remove useless ones.Yves Gerey
2018-07-25Delete root header file typedef.h.Niels Möller
2018-03-23Move rw_lock_wrapper.h to rtc_base/synchronization/Karl Wiberg
2017-09-15Adding NOLINT for typedefs.h and common_types.hMirko Bonadei
2017-09-15Fixing WebRTC after moving from src/webrtc to src/Mirko Bonadei
2017-09-15Moving src/webrtc into src/.Mirko Bonadei