Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputManager.h87 virtual sp<InputDispatcherInterface> getDispatcher() = 0;
104 sp<InputDispatcherInterface> getDispatcher() override;
120 sp<InputDispatcherInterface> mDispatcher;
DInputManager.cpp109 sp<InputDispatcherInterface> InputManager::getDispatcher() { in getDispatcher()
/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h38 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
40 InputDispatcherInterface() {} in InputDispatcherInterface() function
41 virtual ~InputDispatcherInterface() {} in ~InputDispatcherInterface()
DInputDispatcherFactory.h28 sp<InputDispatcherInterface> createInputDispatcher(
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcherFactory.cpp22 sp<InputDispatcherInterface> createInputDispatcher( in createInputDispatcher()
DInputDispatcher.h83 class InputDispatcher : public android::InputDispatcherInterface {