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.h88 explicit InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy);
157 sp<InputDispatcherPolicyInterface> mPolicy;
DInputDispatcher.cpp509 InputDispatcher::InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy) in InputDispatcher()
/frameworks/native/services/inputflinger/
DInputManager.h97 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy);
DInputManager.cpp55 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy) { in InputManager()
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp45 class FakeInputDispatcherPolicy : public InputDispatcherPolicyInterface {
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp255 public virtual InputDispatcherPolicyInterface,
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp74 class FakeInputDispatcherPolicy : public InputDispatcherPolicyInterface {