Searched refs:ensureOutputLayerIfVisible (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputTest.cpp | 1197 MOCK_METHOD2(ensureOutputLayerIfVisible, 1253 EXPECT_CALL(mOutput, ensureOutputLayerIfVisible(Eq(mLayer3.layerFE), Ref(mCoverageState))); in TEST_F() 1254 EXPECT_CALL(mOutput, ensureOutputLayerIfVisible(Eq(mLayer2.layerFE), Ref(mCoverageState))); in TEST_F() 1255 EXPECT_CALL(mOutput, ensureOutputLayerIfVisible(Eq(mLayer1.layerFE), Ref(mCoverageState))); in TEST_F() 1301 void ensureOutputLayerIfVisible() { in ensureOutputLayerIfVisible() function 1303 mOutput.ensureOutputLayerIfVisible(layerFE, mCoverageState); in ensureOutputLayerIfVisible() 1336 ensureOutputLayerIfVisible(); in TEST_F() 1343 ensureOutputLayerIfVisible(); in TEST_F() 1349 ensureOutputLayerIfVisible(); in TEST_F() 1355 ensureOutputLayerIfVisible(); in TEST_F() [all …]
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
D | Output.h | 86 MOCK_METHOD2(ensureOutputLayerIfVisible,
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | Output.h | 274 virtual void ensureOutputLayerIfVisible(sp<LayerFE>&, CoverageState&) = 0;
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/ |
D | Output.h | 80 void ensureOutputLayerIfVisible(sp<compositionengine::LayerFE>&,
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | Output.cpp | 472 ensureOutputLayerIfVisible(layer, coverage); in collectVisibleLayers() 483 void Output::ensureOutputLayerIfVisible(sp<compositionengine::LayerFE>& layerFE, in ensureOutputLayerIfVisible() function in android::compositionengine::impl::Output
|