Home
last modified time | relevance | path

Searched refs:publishAndConsumeMotionEvent (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp247 void publishAndConsumeMotionEvent(int32_t action, nsecs_t downTime,
335 publishAndConsumeMotionEvent(AMOTION_EVENT_ACTION_DOWN, downTime, in publishAndConsumeMotionStream()
338 publishAndConsumeMotionEvent(POINTER_1_DOWN, downTime, in publishAndConsumeMotionStream()
342 publishAndConsumeMotionEvent(POINTER_2_DOWN, downTime, in publishAndConsumeMotionStream()
348 publishAndConsumeMotionEvent(AMOTION_EVENT_ACTION_CANCEL, downTime, in publishAndConsumeMotionStream()
355 publishAndConsumeMotionEvent(AMOTION_EVENT_ACTION_DOWN, downTime, in publishAndConsumeMotionDown()
379 void InputPublisherAndConsumerTest::publishAndConsumeMotionEvent( in publishAndConsumeMotionEvent() function in android::InputPublisherAndConsumerTest
678 publishAndConsumeMotionEvent(AMOTION_EVENT_ACTION_DOWN, downTime, in TEST_F()
681 publishAndConsumeMotionEvent(POINTER_1_DOWN, downTime, in TEST_F()
685 publishAndConsumeMotionEvent(POINTER_2_DOWN, downTime, in TEST_F()
[all …]
DInputPublisherAndConsumerNoResampling_test.cpp299 void publishAndConsumeMotionEvent(int32_t action, nsecs_t downTime,
498 publishAndConsumeMotionEvent(AMOTION_EVENT_ACTION_DOWN, downTime, in publishAndConsumeMotionStream()
501 publishAndConsumeMotionEvent(POINTER_1_DOWN, downTime, in publishAndConsumeMotionStream()
505 publishAndConsumeMotionEvent(POINTER_2_DOWN, downTime, in publishAndConsumeMotionStream()
511 publishAndConsumeMotionEvent(AMOTION_EVENT_ACTION_CANCEL, downTime, in publishAndConsumeMotionStream()
518 publishAndConsumeMotionEvent(AMOTION_EVENT_ACTION_DOWN, downTime, in publishAndConsumeMotionDown()
572 void InputPublisherAndConsumerNoResamplingTest::publishAndConsumeMotionEvent( in publishAndConsumeMotionEvent() function in android::InputPublisherAndConsumerNoResamplingTest
794 publishAndConsumeMotionEvent(AMOTION_EVENT_ACTION_DOWN, downTime, in TEST_F()
797 publishAndConsumeMotionEvent(POINTER_1_DOWN, downTime, in TEST_F()
801 publishAndConsumeMotionEvent(POINTER_2_DOWN, downTime, in TEST_F()
[all …]