Searched refs:ResampleTouchState (Results 1 - 3 of 3) sorted by relevance
/foundation/multimodalinput/input/service/event_resample/test/ |
H A D | event_resample_test.cpp | 767 * @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 D | event_resample.cpp | 265 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 D | event_resample.h | 254 void ResampleTouchState(int64_t sampleTime, MotionEvent* event, const MotionEvent* next);
|
Completed in 3 milliseconds