Home | History | Annotate | Download | only in input

Lines Matching refs:InputDispatcherInterface

272 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface {
274 InputDispatcherInterface() { }
275 virtual ~InputDispatcherInterface() { }
366 class InputDispatcher : public InputDispatcherInterface {
1112 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);
1118 sp<InputDispatcherInterface> mDispatcher;