Home
last modified time | relevance | path

Searched refs:changedLayers (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
H A DComposerCommandEngine.h53 std::vector<Layer> changedLayers; in executeValidateDisplayInternal() local
61 auto err = mHal->validateDisplay_2_4(mCurrentDisplay, &changedLayers, &compositionTypes, in executeValidateDisplayInternal()
66 mWriter->setChangedCompositionTypes(changedLayers, compositionTypes); in executeValidateDisplayInternal()
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.cpp95 std::vector<Layer> changedLayers; in ~QtiComposerClient() local
1415 std::vector<Layer>& changedLayers, in validateDisplay() argument
1433 changedLayers.resize(types_count); in validateDisplay()
1436 changedLayers.data(), in validateDisplay()
1441 changedLayers.clear(); in validateDisplay()
1450 changedLayers.clear(); in validateDisplay()
1461 changedLayers.clear(); in validateDisplay()
1479 std::vector<Layer> changedLayers; in parseValidateDisplay() local
1489 mWriter.setChangedCompositionTypes(changedLayers, compositionTypes); in parseValidateDisplay()
1581 std::vector<Layer> changedLayers; in parsePresentOrValidateDisplay() local
[all …]
H A DQtiComposerClient.h280 Error validateDisplay(Display display, std::vector<Layer>& changedLayers,
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerCommandEngine.h150 std::vector<Layer> changedLayers; in executeValidateDisplayInternal() local
156 auto err = mHal->validateDisplay(mCurrentDisplay, &changedLayers, &compositionTypes, in executeValidateDisplayInternal()
160 mWriter->setChangedCompositionTypes(changedLayers, compositionTypes); in executeValidateDisplayInternal()
H A DComposerClient.h410 std::vector<Layer> changedLayers; in destroyResources()
415 mHal->validateDisplay(display, &changedLayers, &compositionTypes, in destroyResources()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
H A DHwcHal.h345 std::vector<Layer> changedLayers(typesCount); in validateDisplay()
347 err = getChangedCompositionTypes(display, &typesCount, changedLayers.data(), in validateDisplay()
369 *outChangedLayers = std::move(changedLayers); in validateDisplay()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp1340 mCurrentReturnData->changedLayers.reserve(count); in parseSetChangedCompositionTypes()
1346 mCurrentReturnData->changedLayers.push_back(layer); in parseSetChangedCompositionTypes()
1492 *outLayers = std::move(data.changedLayers); in takeChangedCompositionTypes()
H A DComposerHal.h295 std::vector<Layer> changedLayers; member