Lines Matching defs:EventResample
27 #define MMI_LOG_TAG "EventResample"
31 EventResample::EventResample(){};
32 EventResample::~EventResample(){};
34 std::shared_ptr<PointerEvent> EventResample::OnEventConsume(std::shared_ptr<PointerEvent> pointerEvent,
85 std::shared_ptr<PointerEvent> EventResample::GetPointerEvent()
90 void EventResample::EventDump(const char *msg, MotionEvent &event)
102 ErrCode EventResample::InitializeInputEvent(std::shared_ptr<PointerEvent> pointerEvent, int64_t frameTime)
150 bool EventResample::UpdateBatch(MotionEvent** outEvent, ErrCode &result)
174 void EventResample::UpdatePointerEvent(MotionEvent* outEvent)
213 std::pair<int32_t, int32_t> EventResample::TransformSampleWindowXY(std::shared_ptr<PointerEvent> pointerEvent,
235 ErrCode EventResample::ConsumeBatch(int64_t frameTime, MotionEvent** outEvent)
273 ErrCode EventResample::ConsumeSamples(Batch& batch, size_t count, MotionEvent** outEvent)
293 void EventResample::AddSample(MotionEvent* outEvent, const MotionEvent* event)
301 void EventResample::UpdateTouchState(MotionEvent &event)
346 void EventResample::ResampleTouchState(int64_t sampleTime, MotionEvent* event, const MotionEvent* next)
408 void EventResample::ResampleCoordinates(int64_t sampleTime, MotionEvent* event, TouchState &touchState,
443 ssize_t EventResample::FindBatch(int32_t deviceId, int32_t source) const
455 ssize_t EventResample::FindTouchState(int32_t deviceId, int32_t source) const
466 bool EventResample::CanAddSample(const Batch &batch, MotionEvent &event)
478 void EventResample::RewriteMessage(TouchState& state, MotionEvent &event)
494 ssize_t EventResample::FindSampleNoLaterThan(const Batch& batch, int64_t time)
504 bool EventResample::ShouldResampleTool(int32_t toolType)
515 void EventResample::PrintfDeviceName()