Home
last modified time | relevance | path

Searched defs:layerRequests (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h81 LayerRequests layerRequests; member
H A DHWC2.cpp244 std::vector<uint32_t> layerRequests; in getRequests() local
H A DHWComposer.cpp527 android::HWComposer::DeviceRequestedChanges::LayerRequests layerRequests; in getDeviceCompositionChanges() local
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DDisplay.cpp299 void Display::applyLayerRequestsToLayers(const LayerRequests& layerRequests) { in applyLayerRequestsToLayers()