Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp248 Result<void> validateMotionEvent(int32_t action, int32_t actionButton, size_t pointerCount, in validateMotionEvent() function
286 return validateMotionEvent(action, actionButton, pointerCount, pointerProperties); in validateInputEvent()
4577 validateMotionEvent(args.action, args.actionButton, args.getPointerCount(), in notifyMotion()