Home
last modified time | relevance | path

Searched refs:AssembleNtpTimestamp (Results 1 – 3 of 3) sorted by relevance

/external/openscreen/cast/streaming/
Dntp_time_unittest.cc40 AssembleNtpTimestamp(NtpSeconds::zero(), NtpFraction::zero()); in TEST()
48 timestamp = AssembleNtpTimestamp( in TEST()
54 timestamp = AssembleNtpTimestamp(NtpSeconds(INT64_C(2208988799)), in TEST()
59 timestamp = AssembleNtpTimestamp( in TEST()
Dntp_time.h38 constexpr NtpTimestamp AssembleNtpTimestamp(NtpSeconds seconds, in AssembleNtpTimestamp() function
Dntp_time.cc35 return AssembleNtpTimestamp(since_ntp_epoch_ + whole_seconds, remainder); in ToNtpTimestamp()