Searched refs:targetTimeStamp (Results 1 – 2 of 2) sorted by relevance
43 auto targetTimeStamp = resampleTimeStamp_; in SmoothMoveEvent() local50 auto resampleEvent = GetResampleEvent(historyEvents_, currentEvents, targetTimeStamp); in SmoothMoveEvent()
2919 auto targetTimeStamp = GetVsyncTime() - compensationValue_; in CollectTouchEventsBeforeVsync() local2922 if (targetTimeStamp < static_cast<uint64_t>(timeStamp)) { in CollectTouchEventsBeforeVsync()2958 auto targetTimeStamp = resampleTimeStamp_; in FlushTouchEvents() local2962 if (targetTimeStamp > static_cast<uint64_t>(stamp)) { in FlushTouchEvents()2967 … historyPointsById_[idIter.first], idIter.second.history, targetTimeStamp, newTouchEvent)) { in FlushTouchEvents()