Searched refs:ntpts (Results 1 – 1 of 1) sorted by relevance
33 uint64_t ntpts = ((unsigned long long)(stAndrodTp.tv_sec + 2208988800UL) << 32) + in GetNtpTime() local36 pstNtpTime.m_uiNtpHigh32Bits = (ntpts >> 32); in GetNtpTime()37 pstNtpTime.m_uiNtpLow32Bits = ntpts; in GetNtpTime()