Searched defs:notifyKey (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/input/
H A DInputListener.cpp63 listener->notifyKey(this);
155 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) { function in class:android::QueuedInputListener
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 366 milliseconds