Searched refs:InputDispatcherPolicyInterface (Results 1 – 6 of 6) sorted by relevance
84 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy);
30 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy) { in InputManager()
198 class InputDispatcherPolicyInterface : public virtual RefBase {200 InputDispatcherPolicyInterface() { } in InputDispatcherPolicyInterface() function201 virtual ~InputDispatcherPolicyInterface() { } in ~InputDispatcherPolicyInterface()373 explicit InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy);851 sp<InputDispatcherPolicyInterface> mPolicy;
241 InputDispatcher::InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy) : in InputDispatcher()
40 class FakeInputDispatcherPolicy : public InputDispatcherPolicyInterface {
194 public virtual InputDispatcherPolicyInterface,