Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DInputListener.h196 virtual void notifyKey(const NotifyKeyArgs* args) = 0;
215 virtual void notifyKey(const NotifyKeyArgs* args);
/frameworks/native/services/inputflinger/tests/
DTestInputListener.h65 virtual void notifyKey(const NotifyKeyArgs* args);
DTestInputListener.cpp102 void TestInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::TestInputListener
DInputClassifier_test.cpp89 mClassifier->notifyKey(&args); in TEST_F()
DInputDispatcher_test.cpp889 mDispatcher->notifyKey(&keyArgs); in testNotifyKey()
891 mDispatcher->notifyKey(&keyArgs); in testNotifyKey()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchCursorInputMapperCommon.h70 context->getListener()->notifyKey(&args); in synthesizeButtonKey()
DKeyboardInputMapper.cpp334 getListener()->notifyKey(&args); in processKey()
DTouchInputMapper.cpp1859 getListener()->notifyKey(&args); in dispatchVirtualKey()
/frameworks/native/services/inputflinger/
DInputListener.cpp84 listener->notifyKey(this); in notify()
235 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::QueuedInputListener
DInputClassifier.cpp369 void InputClassifier::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::InputClassifier
371 mListener->notifyKey(args); in notifyKey()
DInputClassifier.h227 virtual void notifyKey(const NotifyKeyArgs* args) override;
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h89 virtual void notifyKey(const NotifyKeyArgs* args) override;
DInputDispatcher.cpp2643 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::inputdispatcher::InputDispatcher