Searched refs:expectNextVsyncTime_ (Results 1 – 2 of 2) sorted by relevance
338 if (expectNextVsyncTime_ > 0) { in UpdateChangeDataLocked()339 RS_TRACE_NAME_FMT("UpdateChangeDataLocked, expectNextVsyncTime_:%ld", expectNextVsyncTime_); in UpdateChangeDataLocked()340 nextVSyncTime = expectNextVsyncTime_; in UpdateChangeDataLocked()341 expectNextVsyncTime_ = 0; in UpdateChangeDataLocked()626 expectNextVsyncTime_ = expectTime; in SetExpectNextVsyncTimeInternal()628 expectNextVsyncTime_, (expectNextVsyncTime_ - expectNextVsyncTime)); in SetExpectNextVsyncTimeInternal()
198 int64_t expectNextVsyncTime_ = 0; variable