Searched refs:requestedLayers (Results 1 – 8 of 8) 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/qcom/sm7250/display/composer/ |
D | QtiComposerClient.cpp | 98 std::vector<Layer> requestedLayers; in ~QtiComposerClient() local 102 requestedLayers, requestMasks, clientTargetProperty); in ~QtiComposerClient() 1419 std::vector<Layer>& requestedLayers, in validateDisplay() argument 1457 requestedLayers.resize(reqs_count); in validateDisplay() 1460 requestedLayers.data(), in validateDisplay() 1466 requestedLayers.clear(); in validateDisplay() 1490 std::vector<Layer> requestedLayers; in parseValidateDisplay() local 1495 requestedLayers, requestMasks, clientTargetProperty); in parseValidateDisplay() 1499 mWriter.setDisplayRequests(displayRequestMask, requestedLayers, requestMasks); in parseValidateDisplay() 1596 std::vector<Layer> requestedLayers; in parsePresentOrValidateDisplay() local [all …]
|
D | QtiComposerClient.h | 282 uint32_t& displayRequestMask, std::vector<Layer>& requestedLayers,
|
/hardware/google/graphics/common/hwc3/ |
D | ComposerCommandEngine.cpp | 178 std::vector<int64_t> requestedLayers; in executeValidateDisplayInternal() local 185 &requestedLayers, &requestMasks, &clientTargetProperty, in executeValidateDisplayInternal() 190 mWriter->setDisplayRequests(display, displayRequestMask, requestedLayers, requestMasks); in executeValidateDisplayInternal()
|
D | ComposerClient.cpp | 628 std::vector<int64_t> requestedLayers; in destroyResources() local 633 &requestedLayers, &requestMasks, &clientTargetProperty, 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()
|