Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputManager.h84 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy);
DInputManager.cpp30 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy) { in InputManager()
DInputDispatcher.h199 class InputDispatcherPolicyInterface : public virtual RefBase {
201 InputDispatcherPolicyInterface() { } in InputDispatcherPolicyInterface() function
202 virtual ~InputDispatcherPolicyInterface() { } in ~InputDispatcherPolicyInterface()
374 explicit InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy);
852 sp<InputDispatcherPolicyInterface> mPolicy;
DInputDispatcher.cpp202 InputDispatcher::InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy) : in InputDispatcher()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp40 class FakeInputDispatcherPolicy : public InputDispatcherPolicyInterface {
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp181 public virtual InputDispatcherPolicyInterface,