Searched refs:InputDispatcherPolicyInterface (Results 1 – 6 of 6) sorted by relevance
84 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy);
30 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy) { in InputManager()
199 class InputDispatcherPolicyInterface : public virtual RefBase {201 InputDispatcherPolicyInterface() { } in InputDispatcherPolicyInterface() function202 virtual ~InputDispatcherPolicyInterface() { } in ~InputDispatcherPolicyInterface()374 explicit InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy);852 sp<InputDispatcherPolicyInterface> mPolicy;
202 InputDispatcher::InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy) : in InputDispatcher()
40 class FakeInputDispatcherPolicy : public InputDispatcherPolicyInterface {
181 public virtual InputDispatcherPolicyInterface,