Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputTest.cpp3652 struct GenerateClientCompositionRequestsTest : public testing::Test { struct
3653 struct OutputPartialMock : public OutputPartialMockBase {
3663 struct Layer {
3678 GenerateClientCompositionRequestsTest() { in GenerateClientCompositionRequestsTest() function
3686 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();
3687 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();
3688 StrictMock<OutputPartialMock> mOutput;
4335 TEST_F(GenerateClientCompositionRequestsTest, handlesLandscapeModeSplitScreenRequests) { in TEST_F() argument