Home
last modified time | relevance | path

Searched refs:requestedLayers (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
DComposerCommandEngine.h56 std::vector<Layer> requestedLayers; in executeValidateDisplayInternal() local
62 &displayRequestMask, &requestedLayers, &requestMasks, in executeValidateDisplayInternal()
67 mWriter->setDisplayRequests(displayRequestMask, requestedLayers, requestMasks); in executeValidateDisplayInternal()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h153 std::vector<Layer> requestedLayers; in executeValidateDisplayInternal() local
157 &displayRequestMask, &requestedLayers, &requestMasks); in executeValidateDisplayInternal()
161 mWriter->setDisplayRequests(displayRequestMask, requestedLayers, requestMasks); in executeValidateDisplayInternal()
DComposerClient.h413 std::vector<Layer> requestedLayers; in destroyResources()
416 &displayRequestMask, &requestedLayers, &requestMasks); in destroyResources()
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h360 std::vector<Layer> requestedLayers(reqsCount); in validateDisplay()
363 requestedLayers.data(), in validateDisplay()
372 *outRequestedLayers = std::move(requestedLayers); in validateDisplay()