Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/include/
H A DInputListener.h258 virtual void notifyKey(const NotifyKeyArgs* args) = 0;
280 virtual void notifyKey(const NotifyKeyArgs* args) override;
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchCursorInputMapperCommon.h113 context->getListener()->notifyKey(&args); in synthesizeButtonKey()
H A DKeyboardInputMapper.cpp357 getListener()->notifyKey(&args); in processKey()
H A DTouchInputMapper.cpp1915 getListener()->notifyKey(&args); in dispatchVirtualKey()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DTestInputListener.h76 virtual void notifyKey(const NotifyKeyArgs* args) override;
H A DTestInputListener.cpp159 void TestInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::TestInputListener
H A DInputClassifier_test.cpp94 mClassifier->notifyKey(&args); in TEST_F()
H A DInputDispatcher_test.cpp1712 mDispatcher->notifyKey(&keyArgs); in TEST_F()
2154 mDispatcher->notifyKey(&keyArgs); in TEST_F()
2168 mDispatcher->notifyKey(&keyArgs); in TEST_F()
2184 mDispatcher->notifyKey(&keyArgs); in TEST_F()
2608 mDispatcher->notifyKey(&keyArgs); in TEST_F()
5571 mDispatcher->notifyKey(&keyArgs); in TEST_F()
5585 mDispatcher->notifyKey(&keyArgs); in TEST_F()
5617 mDispatcher->notifyKey(&keyArgs); in TEST_F()
5631 mDispatcher->notifyKey(&keyArgs); in TEST_F()
5663 mDispatcher->notifyKey(&keyArgs); in TEST_F()
[all …]
/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifier.cpp375 void InputClassifier::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::InputClassifier
377 mListener->notifyKey(args); in notifyKey()
H A DInputClassifier.h229 virtual void notifyKey(const NotifyKeyArgs* args) override;
H A DInputListener.cpp93 listener->notifyKey(this); in notify()
332 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::QueuedInputListener
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h98 void notifyKey(const NotifyKeyArgs* args) override;
H A DInputDispatcher.cpp3785 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::inputdispatcher::InputDispatcher