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

/frameworks/base/services/input/
H A DInputListener.h163 virtual void notifyKey(const NotifyKeyArgs* args) = 0;
182 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.cpp188 context->getListener()->notifyKey(&args);
2167 getListener()->notifyKey(&args);
3883 getListener()->notifyKey(&args);
H A DInputDispatcher.cpp2346 void InputDispatcher::notifyKey(const NotifyKeyArgs* args) { function in class:android::InputDispatcher
2348 ALOGD("notifyKey - eventTime=%lld, deviceId=%d, source=0x%x, policyFlags=0x%x, action=0x%x, "
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp238 << "Expected notifyKey() to have been called.";
247 << "Expected notifyKey() to not have been called.";
282 virtual void notifyKey(const NotifyKeyArgs* args) { function in class:android::FakeInputListener

Completed in 83 milliseconds