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

/frameworks/native/services/inputflinger/
H A DInputListener.h165 virtual void notifyKey(const NotifyKeyArgs* args) = 0;
184 virtual void notifyKey(const NotifyKeyArgs* args);
H A DInputListener.cpp63 listener->notifyKey(this);
155 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { function in class:android::QueuedInputListener
H A DInputDispatcher.h376 virtual void notifyKey(const NotifyKeyArgs* args);
H A DInputReader.cpp203 context->getListener()->notifyKey(&args);
2293 getListener()->notifyKey(&args);
4323 getListener()->notifyKey(&args);
H A DInputDispatcher.cpp2359 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { function in class:android::InputDispatcher
2361 ALOGD("notifyKey - eventTime=%lld, deviceId=%d, source=0x%x, policyFlags=0x%x, action=0x%x, "
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp247 << "Expected notifyKey() to have been called.";
256 << "Expected notifyKey() to not have been called.";
291 virtual void notifyKey(const NotifyKeyArgs* args) { function in class:android::FakeInputListener

Completed in 209 milliseconds