From da826d6ebe6f19fb0651c85c11ef23a67a6702ec Mon Sep 17 00:00:00 2001 From: Marin Shalamanov Date: Wed, 3 Feb 2021 21:20:15 +0100 Subject: [PATCH] Tracking changes to renaming DisplayConfig to DisplayMode Bug: 159590486 Test: presubmit Change-Id: I23509d81e47bbe5245f33aa86a94d8126ace5f8e --- .../evs/1.1/vts/functional/VtsHalEvsV1_1TargetTest.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/automotive/evs/1.1/vts/functional/VtsHalEvsV1_1TargetTest.cpp b/automotive/evs/1.1/vts/functional/VtsHalEvsV1_1TargetTest.cpp index e56c2d1834..a3dc45bb5b 100644 --- a/automotive/evs/1.1/vts/functional/VtsHalEvsV1_1TargetTest.cpp +++ b/automotive/evs/1.1/vts/functional/VtsHalEvsV1_1TargetTest.cpp @@ -41,14 +41,14 @@ static const float kNanoToSeconds = 0.000000001f; #include #include +#include #include #include -#include #include +#include #include -#include #include -#include +#include #include #include #include @@ -622,7 +622,7 @@ TEST_P(EvsHidlTest, CameraToDisplayRoundTrip) { ASSERT_GT(config.size(), 0); ASSERT_GT(state.size(), 0); - android::DisplayConfig* pConfig = (android::DisplayConfig*)config.data(); + android::ui::DisplayMode* pConfig = (android::ui::DisplayMode*)config.data(); const auto width = pConfig->resolution.getWidth(); const auto height = pConfig->resolution.getHeight(); LOG(INFO) << " Resolution: " << width << "x" << height;