Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp186 static bool validateMotionEvent(int32_t action, int32_t actionButton, size_t pointerCount, in validateMotionEvent() function
2553 if (!validateMotionEvent(args->action, args->actionButton, in notifyMotion()
2702 if (! validateMotionEvent(action, actionButton, pointerCount, pointerProperties)) { in injectInputEvent()