Searched refs:InputDispatcherInterface (Results 1 – 6 of 6) sorted by relevance
85 virtual sp<InputDispatcherInterface> getDispatcher() = 0;102 sp<InputDispatcherInterface> getDispatcher() override;114 sp<InputDispatcherInterface> mDispatcher;
113 sp<InputDispatcherInterface> InputManager::getDispatcher() { in getDispatcher()
36 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {38 InputDispatcherInterface() {} in InputDispatcherInterface() function39 virtual ~InputDispatcherInterface() {} in ~InputDispatcherInterface()
28 sp<InputDispatcherInterface> createInputDispatcher(
22 sp<InputDispatcherInterface> createInputDispatcher( in createInputDispatcher()
84 class InputDispatcher : public android::InputDispatcherInterface, public gui::WindowInfosListener {