Searched refs:currentMonotonicTime (Results 1 – 2 of 2) sorted by relevance
109 Timestamp currentMonotonicTime = GetMonotonicTime(); in GetTime() local111 if (currentMonotonicTime != INVALID_TIMESTAMP && lastMonotonicTime_ != INVALID_TIMESTAMP) { in GetTime()112 deltaTime = currentMonotonicTime - lastMonotonicTime_; in GetTime()114 lastMonotonicTime_ = currentMonotonicTime; in GetTime()
200 Timestamp currentMonotonicTime = 0u; in GetTime() local201 (void)OS::GetMonotonicRelativeTimeInMicrosecond(currentMonotonicTime); in GetTime()202 auto deltaTime = static_cast<int64_t>(currentMonotonicTime - lastMonotonicTime_); in GetTime()216 lastMonotonicTime_ = currentMonotonicTime; in GetTime()224 Timestamp currentMonotonicTime = 0u; in TimeSkew() local225 (void)OS::GetMonotonicRelativeTimeInMicrosecond(currentMonotonicTime); in TimeSkew()228 auto monotonicTimeOffset = static_cast<int64_t>(currentMonotonicTime - lastMonotonicTime_); in TimeSkew()248 lastMonotonicTime_ = currentMonotonicTime; in TimeSkew()