Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DHWComposerTest.cpp71 struct HWComposerTest : testing::Test { struct
72 using HalError = hal::Error;
74 Hwc2::mock::Composer* const mHal = new StrictMock<Hwc2::mock::Composer>();
75 impl::HWComposer mHwc{std::unique_ptr<Hwc2::Composer>(mHal)};
77 void expectHotplugConnect(hal::HWDisplayId hwcDisplayId) { in expectHotplugConnect()
88 void setVrrTimeoutHint(bool status) { mHwc.mEnableVrrTimeout = status; } in setVrrTimeoutHint()
91 TEST_F(HWComposerTest, isHeadless) { in TEST_F() argument
106 TEST_F(HWComposerTest, getDisplayConnectionType) { in TEST_F() argument
129 TEST_F(HWComposerTest, getActiveMode) { in TEST_F() argument
161 TEST_F(HWComposerTest, getModesWithLegacyDisplayConfigs) { in TEST_F() argument
[all …]
/aosp_15_r20/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h520 friend HWComposerTest; variable