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

  /frameworks/native/services/inputflinger/
InputManager.cpp 28 const sp<EventHubInterface>& eventHub,
32 mReader = new InputReader(eventHub, readerPolicy, mDispatcher);
InputManager.h 24 #include "EventHub.h"
82 const sp<EventHubInterface>& eventHub,
InputReader.h 20 #include "EventHub.h"
339 * Nominally reads and processes one incoming message from the EventHub.
409 * EventHub or the InputReaderPolicy but it is never held while calling into the
414 InputReader(const sp<EventHubInterface>& eventHub,
    [all...]
InputReader.cpp 21 // Log debug messages for each raw event received from the EventHub.
234 InputReader::InputReader(const sp<EventHubInterface>& eventHub,
237 mContext(this), mEventHub(eventHub), mPolicy(policy),
780 // Check the EventHub
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 296 sp<EventHub> eventHub = new EventHub();
297 mInputManager = new InputManager(eventHub, this, this);
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 667 << "Attempted to set the state of an LED that the EventHub declared "
726 FakeInputReaderContext(const sp<EventHubInterface>& eventHub,
729 mEventHub(eventHub), mPolicy(policy), mListener(listener),
928 InstrumentedInputReader(const sp<EventHubInterface>& eventHub,
931 InputReader(eventHub, policy, listener),
    [all...]

Completed in 129 milliseconds