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.h198 class InputDispatcherPolicyInterface : public virtual RefBase {
200 InputDispatcherPolicyInterface() { } in InputDispatcherPolicyInterface() function
201 virtual ~InputDispatcherPolicyInterface() { } in ~InputDispatcherPolicyInterface()
373 explicit InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy);
851 sp<InputDispatcherPolicyInterface> mPolicy;
DInputDispatcher.cpp241 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.cpp194 public virtual InputDispatcherPolicyInterface,