Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputTest.cpp2933 struct OutputDevOptRepaintFlashTest : public testing::Test { struct
2934 struct OutputPartialMock : public OutputPartialMockBase {
2949 OutputDevOptRepaintFlashTest() { in OutputDevOptRepaintFlashTest() function
2955 static const Region kEmptyRegion;
2956 static const Region kNotEmptyRegion;
2958 StrictMock<OutputPartialMock> mOutput;
2959 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();
2960 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();
2961 CompositionRefreshArgs mRefreshArgs;
2967 TEST_F(OutputDevOptRepaintFlashTest, doesNothingIfFlashDelayNotSet) { in TEST_F() argument
[all …]