Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DHWComposerTest.cpp116 struct HWComposerLayerTest : public testing::Test { struct
117 static constexpr hal::HWDisplayId kDisplayId = static_cast<hal::HWDisplayId>(1001);
118 static constexpr hal::HWLayerId kLayerId = static_cast<hal::HWLayerId>(1002);
120 HWComposerLayerTest(const std::unordered_set<hal::Capability>& capabilities) in HWComposerLayerTest() argument
125 ~HWComposerLayerTest() override { in ~HWComposerLayerTest()
130 std::unique_ptr<Hwc2::mock::Composer> mHal{new StrictMock<Hwc2::mock::Composer>()};
131 const std::unordered_set<hal::Capability> mCapabilies;
132 StrictMock<HWC2::mock::Display> mDisplay;
133 HWC2::impl::Layer mLayer{*mHal, mCapabilies, mDisplay, kLayerId};