Searched refs:shouldSendKeyToInputFilterLocked (Results 1 – 2 of 2) sorted by relevance
927 bool shouldSendKeyToInputFilterLocked(const NotifyKeyArgs* args);
2402 if (shouldSendKeyToInputFilterLocked(args)) { in notifyKey()2428 bool InputDispatcher::shouldSendKeyToInputFilterLocked(const NotifyKeyArgs* args) { in shouldSendKeyToInputFilterLocked() function in android::InputDispatcher