Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputTest.cpp1043 struct OutputPrepareFrameAsyncTest : public testing::Test { struct
1044 struct OutputPartialMock : public OutputPartialMockBase {
1062 OutputPrepareFrameAsyncTest() { in OutputPrepareFrameAsyncTest() argument
1068 StrictMock<mock::CompositionEngine> mCompositionEngine;
1069 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();
1070 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();
1071 StrictMock<OutputPartialMock> mOutput;
1072 CompositionRefreshArgs mRefreshArgs;
1075 TEST_F(OutputPrepareFrameAsyncTest, delegatesToChooseCompositionStrategyAndRenderSurface) { in TEST_F() argument
1099 TEST_F(OutputPrepareFrameAsyncTest, skipCompositionOnDequeueFailure) { in TEST_F() argument
[all …]