Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp250 Result<void> actionCheck = checkMotionAction(action, actionButton, pointerCount); in validateMotionEvent() local
251 if (!actionCheck.ok()) { in validateMotionEvent()
252 return actionCheck; in validateMotionEvent()