HomeSort by relevance Sort by last modified time
    Searched refs:notifyKey (Results 1 - 6 of 6) sorted by null

  /frameworks/native/services/inputflinger/
InputListener.h 165 virtual void notifyKey(const NotifyKeyArgs* args) = 0;
184 virtual void notifyKey(const NotifyKeyArgs* args);
InputListener.cpp 63 listener->notifyKey(this);
155 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) {
InputDispatcher.h 382 virtual void notifyKey(const NotifyKeyArgs* args);
    [all...]
InputReader.cpp 211 context->getListener()->notifyKey(&args);
    [all...]
InputDispatcher.cpp     [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 247 << "Expected notifyKey() to have been called.";
256 << "Expected notifyKey() to not have been called.";
291 virtual void notifyKey(const NotifyKeyArgs* args) {
    [all...]

Completed in 1831 milliseconds