Searched refs:InputDispatcherInterface (Results 1 – 6 of 6) sorted by relevance
87 virtual sp<InputDispatcherInterface> getDispatcher() = 0;104 sp<InputDispatcherInterface> getDispatcher() override;120 sp<InputDispatcherInterface> mDispatcher;
109 sp<InputDispatcherInterface> InputManager::getDispatcher() { in getDispatcher()
38 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {40 InputDispatcherInterface() {} in InputDispatcherInterface() function41 virtual ~InputDispatcherInterface() {} in ~InputDispatcherInterface()
28 sp<InputDispatcherInterface> createInputDispatcher(
22 sp<InputDispatcherInterface> createInputDispatcher( in createInputDispatcher()
83 class InputDispatcher : public android::InputDispatcherInterface {