Home
last modified time | relevance | path

Searched refs:LayerRequests (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DDisplay.h72 using LayerRequests = android::HWComposer::DeviceRequestedChanges::LayerRequests; variable
78 virtual void applyLayerRequestsToLayers(const LayerRequests&);
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h77 using LayerRequests = std::unordered_map<HWC2::Layer*, hal::LayerRequest>; member
81 LayerRequests layerRequests;
H A DHWComposer.cpp527 android::HWComposer::DeviceRequestedChanges::LayerRequests layerRequests; in getDeviceCompositionChanges()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DDisplayTest.cpp125 MOCK_METHOD1(applyLayerRequestsToLayers, void(const impl::Display::LayerRequests&));
784 mDisplay->applyLayerRequestsToLayers(impl::Display::LayerRequests()); in TEST_F()
796 mDisplay->applyLayerRequestsToLayers(impl::Display::LayerRequests{ in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DDisplay.cpp299 void Display::applyLayerRequestsToLayers(const LayerRequests& layerRequests) { in applyLayerRequestsToLayers()