Home
last modified time | relevance | path

Searched refs:InputDispatcherInterface (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/services/inputflinger/
DInputManager.h104 virtual InputDispatcherInterface& getDispatcher() = 0;
133 InputDispatcherInterface& getDispatcher() override;
157 std::unique_ptr<InputDispatcherInterface> mDispatcher;
DInputManager.cpp222 InputDispatcherInterface& InputManager::getDispatcher() { in getDispatcher()
/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h35 class InputDispatcherInterface : public InputListenerInterface {
37 InputDispatcherInterface() {} in InputDispatcherInterface() function
38 virtual ~InputDispatcherInterface() {} in ~InputDispatcherInterface()
DInputDispatcherFactory.h27 std::unique_ptr<InputDispatcherInterface> createInputDispatcher(
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcherFactory.cpp22 std::unique_ptr<InputDispatcherInterface> createInputDispatcher( in createInputDispatcher()
DInputDispatcher.h83 class InputDispatcher : public android::InputDispatcherInterface {
/frameworks/native/services/inputflinger/tests/
DFakeInputDispatcherPolicy.h95 void assertDropTargetEquals(const InputDispatcherInterface& dispatcher,
DFakeInputDispatcherPolicy.cpp187 void FakeInputDispatcherPolicy::assertDropTargetEquals(const InputDispatcherInterface& dispatcher, in assertDropTargetEquals()