Searched refs:InputDispatcherPolicyInterface (Results 1 – 6 of 6) sorted by relevance
84 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy);
30 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy) { in InputManager()
193 class InputDispatcherPolicyInterface : public virtual RefBase {195 InputDispatcherPolicyInterface() { } in InputDispatcherPolicyInterface() function196 virtual ~InputDispatcherPolicyInterface() { } in ~InputDispatcherPolicyInterface()368 explicit InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy);838 sp<InputDispatcherPolicyInterface> mPolicy;
199 InputDispatcher::InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy) : in InputDispatcher()
40 class FakeInputDispatcherPolicy : public InputDispatcherPolicyInterface {
168 public virtual InputDispatcherPolicyInterface,