Home
last modified time | relevance | path

Searched refs:getComposition (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestLayers.cpp156 hwc2_composition_t Hwc2TestLayers::getComposition(hwc2_layer_t layer) const in getComposition() function in Hwc2TestLayers
161 return mTestLayers.at(layer).getComposition(); in getComposition()
DHwc2TestLayers.h64 hwc2_composition_t getComposition(hwc2_layer_t layer) const;
DHwc2TestLayer.h55 hwc2_composition_t getComposition() const;
DHwc2TestLayer.cpp138 hwc2_composition_t Hwc2TestLayer::getComposition() const in getComposition() function in Hwc2TestLayer
DHwc2TestBuffer.cpp527 if (testLayers->getComposition(*layer) in compositeBufferFromLayers()
DHwc2Test.cpp729 hwc2_composition_t requestedType = testLayers.getComposition(*layer); in handleCompositionChanges()
771 if (testLayers.getComposition(layer) == HWC2_COMPOSITION_CLIENT) in handleCompositionChanges()
1631 composition = testLayers->getComposition(layer); in setLayerProperties()
1980 hwc2_composition_t composition = testLayer->getComposition(); in setBuffer()
2012 hwc2_composition_t composition = testLayer->getComposition(); in setComposition()