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 163 virtual void notifyKey(const NotifyKeyArgs* args) = 0;
182 virtual void notifyKey(const NotifyKeyArgs* args);
InputListener.cpp 63 listener->notifyKey(this);
155 void QueuedInputListener::notifyKey(const NotifyKeyArgs* args) {
InputDispatcher.h 376 virtual void notifyKey(const NotifyKeyArgs* args);
    [all...]
InputReader.cpp 188 context->getListener()->notifyKey(&args);
    [all...]
InputDispatcher.cpp     [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 248 << "Expected notifyKey() to have been called.";
257 << "Expected notifyKey() to not have been called.";
292 virtual void notifyKey(const NotifyKeyArgs* args) {
    [all...]

Completed in 102 milliseconds