Searched refs:curTimeUs (Results 1 – 2 of 2) sorted by relevance
59 int64_t curTimeUs = GetCurTimeUs(); in GetCurTimeMs() local60 return static_cast<int64_t>(curTimeUs / US2MS); in GetCurTimeMs()
1038 uint64_t curTimeUs = GetCurrentTimeUs(); in CalculateLatency() local1039 if (curTimeUs <= sendTime_) { in CalculateLatency()1041 "sendTime: %{public}" PRIu64 " us", curTimeUs, sendTime_); in CalculateLatency()1045 deltaTime_ = curTimeUs - sendTime_; in CalculateLatency()