Home
last modified time | relevance | path

Searched defs:CommitAndCompositeTest (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DCommitAndCompositeTest.h32 struct CommitAndCompositeTest : testing::Test { struct
33 void SetUp() override { in SetUp()
67 using FakeHwcDisplayInjector = TestableSurfaceFlinger::FakeHwcDisplayInjector;
68 using FakeDisplayDeviceInjector = TestableSurfaceFlinger::FakeDisplayDeviceInjector;
70 static constexpr hal::HWDisplayId HWC_DISPLAY = FakeHwcDisplayInjector::DEFAULT_HWC_DISPLAY_ID;
71 static constexpr PhysicalDisplayId DEFAULT_DISPLAY_ID = PhysicalDisplayId::fromPort(42u);
72 static constexpr int DEFAULT_DISPLAY_WIDTH = 1920;
73 static constexpr int DEFAULT_DISPLAY_HEIGHT = 1024;
75 TestableSurfaceFlinger mFlinger;
77 sp<DisplayDevice> mDisplay;
[all …]