Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchCursorInputMapperCommon.h85 context->getListener().notifyKey(&args); in synthesizeButtonKey()
DKeyboardInputMapper.cpp357 getListener().notifyKey(&args); in processKey()
DTouchInputMapper.cpp1927 getListener().notifyKey(&args); in dispatchVirtualKey()
/frameworks/native/services/inputflinger/include/
DInputListener.h260 virtual void notifyKey(const NotifyKeyArgs* args) = 0;
279 virtual void notifyKey(const NotifyKeyArgs* args) override;
/frameworks/native/services/inputflinger/tests/
DTestInputListener.h77 virtual void notifyKey(const NotifyKeyArgs* args) override;
DTestInputListener.cpp166 void TestInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::TestInputListener
DInputClassifier_test.cpp88 mClassifier->notifyKey(&args); in TEST_F()
DInputDispatcher_test.cpp2239 mDispatcher->notifyKey(&keyArgs); in TEST_F()
2290 mDispatcher->notifyKey(&keyArgs); in TEST_F()
2311 mDispatcher->notifyKey(&keyDown); in TEST_F()
2312 mDispatcher->notifyKey(&keyUp); in TEST_F()
2379 mDispatcher->notifyKey(&keyDown); in TEST_F()
2380 mDispatcher->notifyKey(&keyUp); in TEST_F()
2390 mDispatcher->notifyKey(&keyDown); in TEST_F()
2391 mDispatcher->notifyKey(&keyUp); in TEST_F()
3074 mDispatcher->notifyKey(&keyArgs); in TEST_F()
3088 mDispatcher->notifyKey(&keyArgs); in TEST_F()
[all …]
DUnwantedInteractionBlocker_test.cpp455 mBlocker->notifyKey(&args); in TEST_F()
/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.h94 void notifyKey(const NotifyKeyArgs* args) override;
DInputClassifier.h244 void notifyKey(const NotifyKeyArgs* args) override;
DInputClassifier.cpp424 void InputClassifier::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::InputClassifier
426 mQueuedListener.notifyKey(args); in notifyKey()
DInputListener.cpp93 listener.notifyKey(this); in notify()
356 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::QueuedInputListener
DUnwantedInteractionBlocker.cpp330 void UnwantedInteractionBlocker::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::UnwantedInteractionBlocker
331 mQueuedListener.notifyKey(args); in notifyKey()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h98 void notifyKey(const NotifyKeyArgs* args) override;
DInputDispatcher.cpp3909 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::inputdispatcher::InputDispatcher