Searched refs:requestedLayers (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/ |
D | ComposerCommandEngine.h | 56 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/ |
D | ComposerCommandEngine.h | 153 std::vector<Layer> requestedLayers; in executeValidateDisplayInternal() local 157 &displayRequestMask, &requestedLayers, &requestMasks); in executeValidateDisplayInternal() 161 mWriter->setDisplayRequests(displayRequestMask, requestedLayers, requestMasks); in executeValidateDisplayInternal()
|
D | ComposerClient.h | 413 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/ |
D | HwcHal.h | 360 std::vector<Layer> requestedLayers(reqsCount); in validateDisplay() 363 requestedLayers.data(), in validateDisplay() 372 *outRequestedLayers = std::move(requestedLayers); in validateDisplay()
|