commit | 2f01d772a56167b21b23c8dd4bfaa6cb5f667443 | [log] [tgz] |
---|---|---|
author | Dominik Laskowski <domlaskowski@google.com> | Wed Mar 23 16:01:29 2022 -0700 |
committer | Dominik Laskowski <domlaskowski@google.com> | Thu Mar 31 10:34:04 2022 -0700 |
tree | c07e5a5bab48f726a48fa779589b25eb8559e889 | |
parent | c8df26e4e2e010f192d9111b543f9b27c4bab6d4 [diff] [blame] |
FTL: Pull Flags into namespace Bug: 185536303 Test: Build Change-Id: Ia9aafc78565414815dfc14732ce85b06fa96e17b
diff --git a/services/surfaceflinger/tests/unittests/EventThreadTest.cpp b/services/surfaceflinger/tests/unittests/EventThreadTest.cpp index 14d8f98..fa36d9c 100644 --- a/services/surfaceflinger/tests/unittests/EventThreadTest.cpp +++ b/services/surfaceflinger/tests/unittests/EventThreadTest.cpp
@@ -34,12 +34,13 @@ using namespace std::chrono_literals; using namespace std::placeholders; -using namespace android::flag_operators; using testing::_; using testing::Invoke; namespace android { +using namespace ftl::flag_operators; + namespace { constexpr PhysicalDisplayId INTERNAL_DISPLAY_ID = PhysicalDisplayId::fromPort(111u);