Lines Matching defs:CommitAndCompositeTest
32 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;
82 Hwc2::mock::PowerAdvisor* mPowerAdvisor = nullptr;
83 Hwc2::mock::Composer* mComposer = nullptr;