Searched refs:rebuildLayerStacks (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
D | Output.h | 89 MOCK_METHOD2(rebuildLayerStacks,
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | Output.h | 288 virtual void rebuildLayerStacks(const CompositionRefreshArgs&, LayerFESet&) = 0;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | Output.h | 88 void rebuildLayerStacks(const CompositionRefreshArgs&, LayerFESet&) override;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputTest.cpp | 1166 MOCK_METHOD2(rebuildLayerStacks, 1199 EXPECT_CALL(mOutput, rebuildLayerStacks(Ref(mRefreshArgs), Ref(mGeomSnapshots))); in TEST_F() 1211 EXPECT_CALL(mOutput, rebuildLayerStacks(Ref(mRefreshArgs), Ref(mGeomSnapshots))); in TEST_F() 1271 mOutput.rebuildLayerStacks(mRefreshArgs, mGeomSnapshots); in TEST_F() 1277 mOutput.rebuildLayerStacks(mRefreshArgs, mGeomSnapshots); in TEST_F() 1285 mOutput.rebuildLayerStacks(mRefreshArgs, mGeomSnapshots); in TEST_F() 1295 mOutput.rebuildLayerStacks(mRefreshArgs, mGeomSnapshots); in TEST_F() 1305 mOutput.rebuildLayerStacks(mRefreshArgs, mGeomSnapshots); in TEST_F() 1315 mOutput.rebuildLayerStacks(mRefreshArgs, mGeomSnapshots); in TEST_F() 1326 mOutput.rebuildLayerStacks(mRefreshArgs, mGeomSnapshots); in TEST_F() [all …]
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | Output.cpp | 430 rebuildLayerStacks(refreshArgs, geomSnapshots); in prepare() 513 void Output::rebuildLayerStacks(const compositionengine::CompositionRefreshArgs& refreshArgs, in rebuildLayerStacks() function in android::compositionengine::impl::Output
|