Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputListener.h165 virtual void notifyKey(const NotifyKeyArgs* args) = 0;
184 virtual void notifyKey(const NotifyKeyArgs* args);
DInputListener.cpp63 listener->notifyKey(this); in notify()
155 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::QueuedInputListener
DInputDispatcher.h382 virtual void notifyKey(const NotifyKeyArgs* args);
DInputReader.cpp238 context->getListener()->notifyKey(&args); in synthesizeButtonKey()
2489 getListener()->notifyKey(&args); in processKey()
4717 getListener()->notifyKey(&args); in dispatchVirtualKey()
DInputDispatcher.cpp2388 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::InputDispatcher
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp341 virtual void notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::FakeInputListener