Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DInputListener.h257 virtual void notifyKey(const NotifyKeyArgs* args) = 0;
279 virtual void notifyKey(const NotifyKeyArgs* args) override;
/frameworks/native/services/inputflinger/reader/mapper/
DTouchCursorInputMapperCommon.h115 context->getListener()->notifyKey(&args); in synthesizeButtonKey()
DKeyboardInputMapper.cpp357 getListener()->notifyKey(&args); in processKey()
DTouchInputMapper.cpp1886 getListener()->notifyKey(&args); in dispatchVirtualKey()
/frameworks/native/services/inputflinger/tests/
DTestInputListener.h75 virtual void notifyKey(const NotifyKeyArgs* args) override;
DTestInputListener.cpp154 void TestInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::TestInputListener
DInputClassifier_test.cpp93 mClassifier->notifyKey(&args); in TEST_F()
DInputDispatcher_test.cpp1696 mDispatcher->notifyKey(&keyArgs); in TEST_F()
2014 mDispatcher->notifyKey(&keyArgs); in TEST_F()
2028 mDispatcher->notifyKey(&keyArgs); in TEST_F()
2044 mDispatcher->notifyKey(&keyArgs); in TEST_F()
2373 mDispatcher->notifyKey(&keyArgs); in TEST_F()
2806 mDispatcher->notifyKey(&keyArgs); in sendAndConsumeKeyDown()
2830 mDispatcher->notifyKey(&keyArgs); in sendAndConsumeKeyUp()
3102 mDispatcher->notifyKey(&keyArgs); in testNotifyKey()
3104 mDispatcher->notifyKey(&keyArgs); in testNotifyKey()
/frameworks/native/services/inputflinger/
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;
DInputListener.cpp93 listener->notifyKey(this); in notify()
332 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::QueuedInputListener
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h97 void notifyKey(const NotifyKeyArgs* args) override;
DInputDispatcher.cpp3739 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::inputdispatcher::InputDispatcher