Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTestHelpers.h339 template <HWDisplayId hwcDisplayId, DisplayType hwcDisplayType, typename DisplayVariant,
346 static constexpr DisplayType HWC_DISPLAY_TYPE = hwcDisplayType;
DTestableSurfaceFlinger.h811 FakeHwcDisplayInjector(HalDisplayId displayId, hal::DisplayType hwcDisplayType, in FakeHwcDisplayInjector() argument
813 : mDisplayId(displayId), mHwcDisplayType(hwcDisplayType), mIsPrimary(isPrimary) {} in FakeHwcDisplayInjector()