summaryrefslogtreecommitdiff
path: root/services/inputflinger/InputManager.cpp
diff options
context:
space:
mode:
author Michael Wright <michaelwr@google.com> 2022-02-09 13:44:29 +0000
committer Michael Wright <michaelwr@google.com> 2022-02-10 01:56:57 +0000
commit8e9a856f72a004b6597deebceda91ceeea655c08 (patch)
treea8276f59396ea7b06b1d4045ca5394f0be4af729 /services/inputflinger/InputManager.cpp
parent7c60b886d46e8bf76f19c00130b9bc3d28cd2f6d (diff)
Enable Android clang-tidy checks for inputflinger
Mostly just adding CLOEXEC to any operations that open a new fd. Bug: 218657035 Test: build Change-Id: Iae1a32bfdbb663759fb347af7e3426b03d5f831f
Diffstat (limited to 'services/inputflinger/InputManager.cpp')
-rw-r--r--services/inputflinger/InputManager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/services/inputflinger/InputManager.cpp b/services/inputflinger/InputManager.cpp
index 7a9862d065..7b03631e1f 100644
--- a/services/inputflinger/InputManager.cpp
+++ b/services/inputflinger/InputManager.cpp
@@ -33,8 +33,6 @@
namespace android {
using gui::FocusRequest;
-using gui::WindowInfo;
-using gui::WindowInfoHandle;
static int32_t exceptionCodeFromStatusT(status_t status) {
switch (status) {