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

/frameworks/base/services/input/
H A DInputDispatcher.h274 class InputDispatcherInterface : public virtual RefBase, public InputListenerInterface { class in namespace:android
276 InputDispatcherInterface() { } function in class:android::InputDispatcherInterface
277 virtual ~InputDispatcherInterface() { }
368 class InputDispatcher : public InputDispatcherInterface {
1143 explicit InputDispatcherThread(const sp<InputDispatcherInterface>& dispatcher);
1149 sp<InputDispatcherInterface> mDispatcher;

Completed in 50 milliseconds