Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputListener.h172 virtual void notifyKey(const NotifyKeyArgs* args) = 0;
191 virtual void notifyKey(const NotifyKeyArgs* args);
DInputListener.cpp63 listener->notifyKey(this); in notify()
158 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { in notifyKey() function in android::QueuedInputListener
DInputDispatcher.h381 virtual void notifyKey(const NotifyKeyArgs* args);
DInputDispatcher.cpp2426 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