Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp997 static NotifyMotionArgs generateMotionArgs(int32_t action, int32_t source, int32_t displayId, in generateMotionArgs() function
1030 static NotifyMotionArgs generateMotionArgs(int32_t action, int32_t source, int32_t displayId) { in generateMotionArgs() function
1031 return generateMotionArgs(action, source, displayId, {PointF{100, 200}}); in generateMotionArgs()
1245 generateMotionArgs(AMOTION_EVENT_ACTION_DOWN, AINPUT_SOURCE_TOUCHSCREEN, in TEST_F()
1273 NotifyMotionArgs downMotionArgs = generateMotionArgs(AMOTION_EVENT_ACTION_DOWN, in TEST_F()
1287 NotifyMotionArgs upMotionArgs = generateMotionArgs(AMOTION_EVENT_ACTION_UP, in TEST_F()
1310 NotifyMotionArgs downMotionArgs = generateMotionArgs(AMOTION_EVENT_ACTION_DOWN, in TEST_F()
1318 NotifyMotionArgs pointerDownMotionArgs = generateMotionArgs(AMOTION_EVENT_ACTION_POINTER_DOWN in TEST_F()
1334 NotifyMotionArgs pointerUpMotionArgs = generateMotionArgs(AMOTION_EVENT_ACTION_POINTER_UP in TEST_F()
1343 NotifyMotionArgs upMotionArgs = generateMotionArgs(AMOTION_EVENT_ACTION_UP, in TEST_F()
[all …]
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp218 static NotifyMotionArgs generateMotionArgs() { in generateMotionArgs() function
257 NotifyMotionArgs motionArgs = generateMotionArgs(); in benchmarkNotifyMotion()