Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputTest.cpp2106 struct OutputUpdateColorProfileTest : public testing::Test { struct
2107 using TestType = OutputUpdateColorProfileTest;
2109 struct OutputPartialMock : public OutputPartialMockBase {
2115 struct Layer {
2126 OutputUpdateColorProfileTest() { in OutputUpdateColorProfileTest() function
2140 struct ExecuteState : public CallOrderStateMachineHelper<TestType, ExecuteState> {
2144 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();
2145 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();
2146 StrictMock<OutputPartialMock> mOutput;
2148 Layer mLayer1;
[all …]