Searched refs:ensureOutputLayerIfVisible (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputTest.cpp | 1350 MOCK_METHOD2(ensureOutputLayerIfVisible, 1406 EXPECT_CALL(mOutput, ensureOutputLayerIfVisible(Eq(mLayer3.layerFE), Ref(mCoverageState))); in TEST_F() 1407 EXPECT_CALL(mOutput, ensureOutputLayerIfVisible(Eq(mLayer2.layerFE), Ref(mCoverageState))); in TEST_F() 1408 EXPECT_CALL(mOutput, ensureOutputLayerIfVisible(Eq(mLayer1.layerFE), Ref(mCoverageState))); in TEST_F() 1455 void ensureOutputLayerIfVisible() { in ensureOutputLayerIfVisible() function 1457 mOutput.ensureOutputLayerIfVisible(layerFE, mCoverageState); in ensureOutputLayerIfVisible() 1502 ensureOutputLayerIfVisible(); in TEST_F() 1509 ensureOutputLayerIfVisible(); in TEST_F() 1515 ensureOutputLayerIfVisible(); in TEST_F() 1521 ensureOutputLayerIfVisible(); in TEST_F() [all …]
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
D | Output.h | 94 MOCK_METHOD2(ensureOutputLayerIfVisible,
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | Output.h | 290 virtual void ensureOutputLayerIfVisible(sp<LayerFE>&, CoverageState&) = 0;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | Output.h | 91 void ensureOutputLayerIfVisible(sp<compositionengine::LayerFE>&,
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | Output.cpp | 547 ensureOutputLayerIfVisible(layer, coverage); in collectVisibleLayers() 558 void Output::ensureOutputLayerIfVisible(sp<compositionengine::LayerFE>& layerFE, in ensureOutputLayerIfVisible() function in android::compositionengine::impl::Output
|