Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DInputListener.h195 virtual void notifyKey(const NotifyKeyArgs* args) = 0;
214 virtual void notifyKey(const NotifyKeyArgs* args);
/frameworks/native/services/inputflinger/reader/mapper/
DTouchCursorInputMapperCommon.h70 context->getListener()->notifyKey(&args); in synthesizeButtonKey()
DKeyboardInputMapper.cpp354 getListener()->notifyKey(&args); in processKey()
DTouchInputMapper.cpp1834 getListener()->notifyKey(&args); in dispatchVirtualKey()
/frameworks/native/services/inputflinger/tests/
DTestInputListener.h71 virtual void notifyKey(const NotifyKeyArgs* args) override;
DTestInputListener.cpp136 void TestInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::TestInputListener
DInputClassifier_test.cpp92 mClassifier->notifyKey(&args); in TEST_F()
DInputDispatcher_test.cpp1224 mDispatcher->notifyKey(&keyArgs); in TEST_F()
1426 mDispatcher->notifyKey(&keyArgs); in TEST_F()
1440 mDispatcher->notifyKey(&keyArgs); in TEST_F()
1456 mDispatcher->notifyKey(&keyArgs); in TEST_F()
1663 mDispatcher->notifyKey(&keyArgs); in TEST_F()
1756 mDispatcher->notifyKey(&keyArgs); in sendAndConsumeKeyDown()
1779 mDispatcher->notifyKey(&keyArgs); in sendAndConsumeKeyUp()
1993 mDispatcher->notifyKey(&keyArgs); in testNotifyKey()
1995 mDispatcher->notifyKey(&keyArgs); in testNotifyKey()
/frameworks/native/services/inputflinger/
DInputListener.cpp90 listener->notifyKey(this); in notify()
261 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::QueuedInputListener
DInputClassifier.cpp375 void InputClassifier::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::InputClassifier
377 mListener->notifyKey(args); in notifyKey()
DInputClassifier.h229 virtual void notifyKey(const NotifyKeyArgs* args) override;
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h101 virtual void notifyKey(const NotifyKeyArgs* args) override;
DInputDispatcher.cpp3075 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::inputdispatcher::InputDispatcher