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

/frameworks/base/libs/ui/
H A DInputManager.cpp18 const sp<EventHubInterface>& eventHub,
22 mReader = new InputReader(eventHub, readerPolicy, mDispatcher);
17 InputManager( const sp<EventHubInterface>& eventHub, const sp<InputReaderPolicyInterface>& readerPolicy, const sp<InputDispatcherPolicyInterface>& dispatcherPolicy) argument
H A DInputReader.cpp197 InputReader::InputReader(const sp<EventHubInterface>& eventHub, argument
200 mEventHub(eventHub), mPolicy(policy), mDispatcher(dispatcher),
/frameworks/base/include/ui/
H A DInputManager.h88 const sp<EventHubInterface>& eventHub,
H A DInputReader.h207 InputReader(const sp<EventHubInterface>& eventHub,
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp277 sp<EventHub> eventHub = new EventHub(); local
278 mInputManager = new InputManager(eventHub, this, this);
/frameworks/base/libs/ui/tests/
H A DInputReader_test.cpp599 FakeInputReaderContext(const sp<EventHubInterface>& eventHub, argument
602 mEventHub(eventHub), mPolicy(policy), mDispatcher(dispatcher),
787 InstrumentedInputReader(const sp<EventHubInterface>& eventHub, argument
790 InputReader(eventHub, policy, dispatcher) {

Completed in 53 milliseconds