Home
last modified time | relevance | path

Searched defs:hwcLayer (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp66 void OutputLayer::setHwcLayer(std::shared_ptr<HWC2::Layer> hwcLayer) { in setHwcLayer()
378 auto& hwcLayer = (*state.hwc).hwcLayer; in writeStateToHWC() local
423 void OutputLayer::writeOutputDependentGeometryStateToHWC(HWC2::Layer* hwcLayer, in writeOutputDependentGeometryStateToHWC()
476 HWC2::Layer* hwcLayer, const LayerFECompositionState& outputIndependentState, in writeOutputIndependentGeometryStateToHWC()
508 void OutputLayer::writeOutputDependentPerFrameStateToHWC(HWC2::Layer* hwcLayer) { in writeOutputDependentPerFrameStateToHWC()
559 HWC2::Layer* hwcLayer, const LayerFECompositionState& outputIndependentState, in writeOutputIndependentPerFrameStateToHWC()
604 void OutputLayer::writeSolidColorStateToHWC(HWC2::Layer* hwcLayer, in writeSolidColorStateToHWC()
617 void OutputLayer::writeSidebandStateToHWC(HWC2::Layer* hwcLayer, in writeSidebandStateToHWC()
661 void OutputLayer::writeBufferStateToHWC(HWC2::Layer* hwcLayer, in writeBufferStateToHWC()
707 void OutputLayer::writeCompositionTypeToHWC(HWC2::Layer* hwcLayer, in writeCompositionTypeToHWC()
[all …]
DDisplay.cpp163 auto hwcLayer = hwc.createLayer(*halDisplayId); in createOutputLayer() local
319 auto hwcLayer = layer->getHwcLayer(); in applyChangedTypesToLayers() local
343 auto hwcLayer = layer->getHwcLayer(); in applyLayerRequestsToLayers() local
396 auto hwcLayer = layer->getHwcLayer(); in presentAndGetFrameFences() local
DOutput.cpp1544 if (auto hwcLayer = layer->getHwcLayer()) { in postFramebuffer() local
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutputLayerCompositionState.h135 std::shared_ptr<HWC2::Layer> hwcLayer; member
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_displayhardware_fuzzer.cpp548 static auto hwcLayer = mHwc.createLayer(halDisplayID); in invokeComposer() local
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp142 auto hwcLayer = std::make_shared<StrictMock<HWC2::mock::Layer>>(); in TEST_F() local
1492 auto hwcLayer = std::make_shared<StrictMock<HWC2::mock::Layer>>(); in TEST_F() local
DDisplayTest.cpp505 auto hwcLayer = std::make_shared<StrictMock<HWC2::mock::Layer>>(); in TEST_F() local