Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/
H A DInputManager.h85 virtual sp<InputDispatcherInterface> getDispatcher() = 0;
102 sp<InputDispatcherInterface> getDispatcher() override;
114 sp<InputDispatcherInterface> mDispatcher;
H A DInputManager.cpp113 sp<InputDispatcherInterface> InputManager::getDispatcher() { in getDispatcher()
/aosp12/frameworks/native/services/inputflinger/dispatcher/include/
H A DInputDispatcherInterface.h36 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
38 InputDispatcherInterface() {} in InputDispatcherInterface() function
39 virtual ~InputDispatcherInterface() {} in ~InputDispatcherInterface()
H A DInputDispatcherFactory.h28 sp<InputDispatcherInterface> createInputDispatcher(
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcherFactory.cpp22 sp<InputDispatcherInterface> createInputDispatcher( in createInputDispatcher()
H A DInputDispatcher.h84 class InputDispatcher : public android::InputDispatcherInterface, public gui::WindowInfosListener {