Searched refs:GetNearestEvent (Results 1 – 2 of 2) sorted by relevance
48 DragMoveEvent GetNearestEvent(const std::vector<DragMoveEvent>& events, uint64_t nanoTimestamp);
67 DragMoveEvent nearestEvent = GetNearestEvent(current, nanoTimestamp); in GetResampleEvent()71 DragMoveEvent DragSmoothProcessor::GetNearestEvent(const std::vector<DragMoveEvent>& events, uint64… in GetNearestEvent() function in OHOS::Msdp::DeviceStatus::DragSmoothProcessor