Home
last modified time | relevance | path

Searched refs:InputDispatcherPolicyInterface (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherPolicyInterface.h39 class InputDispatcherPolicyInterface : public virtual RefBase {
41 InputDispatcherPolicyInterface() {} in InputDispatcherPolicyInterface() function
42 virtual ~InputDispatcherPolicyInterface() {} in ~InputDispatcherPolicyInterface()
DInputDispatcherFactory.h29 const sp<InputDispatcherPolicyInterface>& policy);
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcherFactory.cpp23 const sp<InputDispatcherPolicyInterface>& policy) { in createInputDispatcher()
DInputDispatcher.h92 explicit InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy);
144 sp<InputDispatcherPolicyInterface> mPolicy;
DInputDispatcher.cpp391 InputDispatcher::InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy) in InputDispatcher()
/frameworks/native/services/inputflinger/
DInputManager.h88 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy);
DInputManager.cpp36 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy) { in InputManager()
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp40 class FakeInputDispatcherPolicy : public InputDispatcherPolicyInterface {
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp189 public virtual InputDispatcherPolicyInterface,
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp67 class FakeInputDispatcherPolicy : public InputDispatcherPolicyInterface {