Searched refs:notifyKey (Results 1 – 13 of 13) sorted by relevance
196 virtual void notifyKey(const NotifyKeyArgs* args) = 0;215 virtual void notifyKey(const NotifyKeyArgs* args);
65 virtual void notifyKey(const NotifyKeyArgs* args);
102 void TestInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::TestInputListener
89 mClassifier->notifyKey(&args); in TEST_F()
889 mDispatcher->notifyKey(&keyArgs); in testNotifyKey()891 mDispatcher->notifyKey(&keyArgs); in testNotifyKey()
70 context->getListener()->notifyKey(&args); in synthesizeButtonKey()
334 getListener()->notifyKey(&args); in processKey()
1859 getListener()->notifyKey(&args); in dispatchVirtualKey()
84 listener->notifyKey(this); in notify()235 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::QueuedInputListener
369 void InputClassifier::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::InputClassifier371 mListener->notifyKey(args); in notifyKey()
227 virtual void notifyKey(const NotifyKeyArgs* args) override;
89 virtual void notifyKey(const NotifyKeyArgs* args) override;
2643 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::inputdispatcher::InputDispatcher