Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputManager.h84 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy);
DInputManager.cpp30 const sp<InputDispatcherPolicyInterface>& dispatcherPolicy) { in InputManager()
DInputDispatcher.h191 class InputDispatcherPolicyInterface : public virtual RefBase {
193 InputDispatcherPolicyInterface() { } in InputDispatcherPolicyInterface() function
194 virtual ~InputDispatcherPolicyInterface() { } in ~InputDispatcherPolicyInterface()
368 explicit InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy);
833 sp<InputDispatcherPolicyInterface> mPolicy;
DInputDispatcher.cpp190 InputDispatcher::InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy) : in InputDispatcher()
/frameworks/base/services/input/tests/
DInputDispatcher_test.cpp37 class FakeInputDispatcherPolicy : public InputDispatcherPolicyInterface {
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp155 public virtual InputDispatcherPolicyInterface,