Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h242 bool shouldSendMotionToInputFilterLocked(const NotifyMotionArgs* args) REQUIRES(mLock);
DInputDispatcher.cpp2764 if (shouldSendMotionToInputFilterLocked(args)) { in notifyMotion()
2800 bool InputDispatcher::shouldSendMotionToInputFilterLocked(const NotifyMotionArgs* args) { in shouldSendMotionToInputFilterLocked() function in android::inputdispatcher::InputDispatcher