Searched defs:InputDispatcherInterface (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputDispatcher.h269 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface { class in namespace:android
271 InputDispatcherInterface() { } function in class:android::InputDispatcherInterface
272 virtual ~InputDispatcherInterface() { }
363 class InputDispatcher : public InputDispatcherInterface {
1126 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);
1132 sp<InputDispatcherInterface> mDispatcher;

Completed in 83 milliseconds