Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:InputDispatcherInterface

269 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
271 InputDispatcherInterface() { }
272 virtual ~InputDispatcherInterface() { }
363 class InputDispatcher : public InputDispatcherInterface {
1126 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);
1132 sp<InputDispatcherInterface> mDispatcher;