Home
last modified time | relevance | path

Searched refs:applyLayerRequestsToLayers (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DDisplay.cpp242 applyLayerRequestsToLayers(changes->layerRequests); in chooseCompositionStrategy()
299 void Display::applyLayerRequestsToLayers(const LayerRequests& layerRequests) { in applyLayerRequestsToLayers() function in android::compositionengine::impl::Display
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DDisplay.h78 virtual void applyLayerRequestsToLayers(const LayerRequests&);
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DDisplayTest.cpp125 MOCK_METHOD1(applyLayerRequestsToLayers, void(const impl::Display::LayerRequests&));
640 EXPECT_CALL(*mDisplay, applyLayerRequestsToLayers(changes.layerRequests)).Times(1); in TEST_F()
784 mDisplay->applyLayerRequestsToLayers(impl::Display::LayerRequests()); in TEST_F()
796 mDisplay->applyLayerRequestsToLayers(impl::Display::LayerRequests{ in TEST_F()