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

/frameworks/base/services/input/
H A DInputDispatcher.h191 class InputDispatcherPolicyInterface : public virtual RefBase { class in namespace:android
193 InputDispatcherPolicyInterface() { } function in class:android::InputDispatcherPolicyInterface
194 virtual ~InputDispatcherPolicyInterface() { }
368 explicit InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy);
836 sp<InputDispatcherPolicyInterface> mPolicy;

Completed in 193 milliseconds