commit | f59a2f484d4765edd74c9bb3f911f66c4eb7a3f4 | [log] [tgz] |
---|---|---|
author | Chris Ye <lzye@google.com> | Fri Oct 16 12:55:26 2020 -0700 |
committer | Chris Ye <lzye@google.com> | Wed Dec 16 15:42:57 2020 -0800 |
tree | b91d1eb60a4d61bf4a7bc44f2f170633f61b176f | |
parent | ef7705d5695070d62ed58047021af5318d91d494 [diff] [blame] |
Add SensorManager support in inputflinger. Add sensor device, sensor input mapper, sens event dispatcher support into inputflinger. Bug: 161634265 Test: atest inputflinger_tests Change-Id: I2dcb2c35d9dccefc4cd8d939b79cf340931a9410
diff --git a/services/inputflinger/dispatcher/InputState.cpp b/services/inputflinger/dispatcher/InputState.cpp index 1656a21..3bb0bc9 100644 --- a/services/inputflinger/dispatcher/InputState.cpp +++ b/services/inputflinger/dispatcher/InputState.cpp
@@ -14,6 +14,8 @@ * limitations under the License. */ +#include "input/InputDevice.h" + #include "InputState.h" #include "InputDispatcher.h"