Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/include/
H A DInputDispatcherPolicyInterface.h39 class InputDispatcherPolicyInterface : public virtual RefBase {
41 InputDispatcherPolicyInterface() {} in InputDispatcherPolicyInterface() function
42 virtual ~InputDispatcherPolicyInterface() {} in ~InputDispatcherPolicyInterface()
H A DInputDispatcherFactory.h29 const sp<InputDispatcherPolicyInterface>& policy);
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcherFactory.cpp23 const sp<InputDispatcherPolicyInterface>& policy) { in createInputDispatcher()
H A DInputDispatcher.h89 explicit InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy);
161 sp<InputDispatcherPolicyInterface> mPolicy;
H A DInputDispatcher.cpp518 InputDispatcher::InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy) in InputDispatcher()
/aosp12/frameworks/native/services/inputflinger/
H A DInputManager.h95 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy);
H A DInputManager.cpp59 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy) { in InputManager()
/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp48 class FakeInputDispatcherPolicy : public InputDispatcherPolicyInterface {
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp255 public virtual InputDispatcherPolicyInterface,
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp78 class FakeInputDispatcherPolicy : public InputDispatcherPolicyInterface {