commit | 8c5f7bec585e734ab466f0b8a2a5bfb5914973e3 | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Wed May 01 22:48:16 2024 +0000 |
committer | Yu-Ting Tseng <yutingtseng@google.com> | Wed May 01 16:06:04 2024 -0700 |
tree | 17fa4d703ce54a0d09830f4354fad0a8335ff9fe | |
parent | 99a0f11460077e2f773a23792d18f7f76b9a31f9 [diff] [blame] |
Move BlockingQueue.h to libinput This is already useful in several places, and it's going to be also useful in the future when InputConsumer is refactored. So let's move it to include/input. Bug: 311142655 Test: m inputflinger_blocking_queue_fuzzer (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:3782af62ea590e8945f2175a90aa2b6f4995814d) Merged-In: Idfc492c6bfc3cccab7e0b0d12b21a41a954cc44b Change-Id: Ie662961b77d331cd62b529bae0fd66e56a69bd19
diff --git a/services/inputflinger/tests/InputDispatcher_test.cpp b/services/inputflinger/tests/InputDispatcher_test.cpp index 5002391..c2e67fa 100644 --- a/services/inputflinger/tests/InputDispatcher_test.cpp +++ b/services/inputflinger/tests/InputDispatcher_test.cpp
@@ -15,7 +15,6 @@ */ #include "../dispatcher/InputDispatcher.h" -#include "../BlockingQueue.h" #include "FakeApplicationHandle.h" #include "TestEventMatchers.h" @@ -31,6 +30,7 @@ #include <flag_macros.h> #include <gmock/gmock.h> #include <gtest/gtest.h> +#include <input/BlockingQueue.h> #include <input/Input.h> #include <input/PrintTools.h> #include <linux/input.h>