commit | 0783e99d457c9d9a3ede400bdb355ba35e828de6 | [log] [tgz] |
---|---|---|
author | Chris Ye <lzye@google.com> | Tue Jun 02 21:34:49 2020 -0700 |
committer | Chris Ye <lzye@google.com> | Fri Jul 10 15:49:48 2020 -0700 |
tree | 7796db4b8f617c73befbb2d76c79e516ee56fd93 | |
parent | 8dcf124c0894e90b932ff5501892dacc37f36fad [diff] [blame] |
AIDL-ize InputManager IInputFlinger interface. Use AIDL interface to define the IInputFlinger interface and replace the manual interface. Bug:155425003 Test: atest libgui_test, atest libinput_test. Change-Id: Ibad036b8ceb3a3f5c6d58f8de4ea8c79379d29b5
diff --git a/services/inputflinger/dispatcher/include/InputDispatcherPolicyInterface.h b/services/inputflinger/dispatcher/include/InputDispatcherPolicyInterface.h index 21255dd..c886bee 100644 --- a/services/inputflinger/dispatcher/include/InputDispatcherPolicyInterface.h +++ b/services/inputflinger/dispatcher/include/InputDispatcherPolicyInterface.h
@@ -21,11 +21,11 @@ #include <binder/IBinder.h> #include <input/Input.h> +#include <input/InputApplication.h> #include <utils/RefBase.h> namespace android { -class InputApplicationHandle; /* * Input dispatcher policy interface.