Searched defs:NtpTime (Results 1 - 1 of 1) sorted by relevance
/external/webrtc/webrtc/system_wrappers/include/ | ||
H A D | ntp_time.h | 18 class NtpTime { class in namespace:webrtc 20 NtpTime() : seconds_(0), fractions_(0) {} function in class:webrtc::NtpTime 21 explicit NtpTime(const Clock& clock) { function in class:webrtc::NtpTime 24 NtpTime(uint32_t seconds, uint32_t fractions) function in class:webrtc::NtpTime 27 NtpTime(const NtpTime&) = default; 28 NtpTime& operator=(const NtpTime&) = default; 55 inline bool operator==(const NtpTime& n1, const NtpTime [all...] |
Completed in 455 milliseconds