Searched refs:InputDispatcherPolicyInterface (Results 1 – 6 of 6) sorted by relevance
84 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy);
30 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy) { in InputManager()
191 class InputDispatcherPolicyInterface : public virtual RefBase {193 InputDispatcherPolicyInterface() { } in InputDispatcherPolicyInterface() function194 virtual ~InputDispatcherPolicyInterface() { } in ~InputDispatcherPolicyInterface()368 explicit InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy);833 sp<InputDispatcherPolicyInterface> mPolicy;
190 InputDispatcher::InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy) : in InputDispatcher()
37 class FakeInputDispatcherPolicy : public InputDispatcherPolicyInterface {
155 public virtual InputDispatcherPolicyInterface,