Home
last modified time | relevance | path

Searched refs:HWC2Display (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h471 struct HWC2Display : public HWC2::impl::Display { struct
472 HWC2Display(Hwc2::Composer& composer, in HWC2Display() function
476 ~HWC2Display() { in ~HWC2Display() argument
558 auto display = std::make_unique<HWC2Display>(*composer, *mCapabilities, mHwcDisplayId, in inject()
H A DCompositionTest.cpp1213 static_cast<TestableSurfaceFlinger::HWC2Display*>(displayData.second.hwcDisplay.get()) in cleanup()