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.h382 virtual void notifyKey(const NotifyKeyArgs* args);
H A DInputReader.cpp212 context->getListener()->notifyKey(&args);
2378 getListener()->notifyKey(&args);
4594 getListener()->notifyKey(&args);
H A DInputDispatcher.cpp2391 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { function in class:android::InputDispatcher
2393 ALOGD("notifyKey - eventTime=%lld, deviceId=%d, source=0x%x, policyFlags=0x%x, action=0x%x, "
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp270 << "Expected notifyKey() to have been called.";
279 << "Expected notifyKey() to not have been called.";
314 virtual void notifyKey(const NotifyKeyArgs* args) { function in class:android::FakeInputListener

Completed in 188 milliseconds