Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h333 bool shouldSendKeyToInputFilterLocked(const NotifyKeyArgs& args) REQUIRES(mLock);
DInputDispatcher.cpp4514 if (shouldSendKeyToInputFilterLocked(args)) { in notifyKey()
4543 bool InputDispatcher::shouldSendKeyToInputFilterLocked(const NotifyKeyArgs& args) { in shouldSendKeyToInputFilterLocked() function in android::inputdispatcher::InputDispatcher