Home
last modified time | relevance | path

Searched refs:ResampleTouchState (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp767 * @tc.desc: Test the funcation ResampleTouchState
786 ASSERT_NO_FATAL_FAILURE(EventResampleHdr->ResampleTouchState(sampleTime, &event, &next)); in HWTEST_F()
789 ASSERT_NO_FATAL_FAILURE(EventResampleHdr->ResampleTouchState(sampleTime, &event, &next)); in HWTEST_F()
792 ASSERT_NO_FATAL_FAILURE(EventResampleHdr->ResampleTouchState(sampleTime, &event, &next)); in HWTEST_F()
794 ASSERT_NO_FATAL_FAILURE(EventResampleHdr->ResampleTouchState(sampleTime, &event, &next)); in HWTEST_F()
799 * @tc.desc: Test the funcation ResampleTouchState
827 ASSERT_NO_FATAL_FAILURE(EventResampleHdr->ResampleTouchState(sampleTime, &event, &next)); in HWTEST_F()
830 ASSERT_NO_FATAL_FAILURE(EventResampleHdr->ResampleTouchState(sampleTime, &event, &next)); in HWTEST_F()
/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp265 ResampleTouchState(sampleTime, static_cast<MotionEvent*>(*outEvent), next); in ConsumeBatch()
346 void EventResample::ResampleTouchState(int64_t sampleTime, MotionEvent* event, const MotionEvent* next) in ResampleTouchState() function in OHOS::MMI::EventResample
/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h254 void ResampleTouchState(int64_t sampleTime, MotionEvent* event, const MotionEvent* next);

Completed in 3 milliseconds