/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/ |
D | ComposerServiceWriter.h | 55 void setChangedCompositionTypes(int64_t display, const std::vector<int64_t>& layers, in setChangedCompositionTypes() 68 const std::vector<int64_t>& layers, in setDisplayRequests() 93 void setReleaseFences(int64_t display, const std::vector<int64_t>& layers, in setReleaseFences()
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsHalGraphicsComposer3_ReadbackTest.cpp | 201 void writeLayers(const std::vector<std::shared_ptr<TestLayer>>& layers) { in writeLayers() 287 std::vector<std::shared_ptr<TestLayer>> layers = {layer}; in TEST_P() local 355 std::vector<std::shared_ptr<TestLayer>> layers = {layer}; in TEST_P() local 538 std::vector<std::shared_ptr<TestLayer>> layers = {layer}; in TEST_P() local 724 std::vector<std::shared_ptr<TestLayer>> layers = {layer}; in TEST_P() local 792 std::vector<std::shared_ptr<TestLayer>> layers = {layer}; in TEST_P() local 855 std::vector<std::shared_ptr<TestLayer>> layers = {layer}; in TEST_P() local 906 std::vector<std::shared_ptr<TestLayer>> layers = {redLayer, blueLayer}; in TEST_P() local 1020 const std::vector<std::shared_ptr<TestLayer>> layers = {redLayer, dimmerRedLayer}; in TEST_P() local
|
D | RenderEngineVts.cpp | 36 void TestRenderEngine::setRenderLayers(std::vector<std::shared_ptr<TestLayer>> layers) { in setRenderLayers()
|
D | VtsComposerClient.h | 196 std::unordered_set<int64_t> layers; member
|
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 124 void writeLayers(const std::vector<std::shared_ptr<TestLayer>>& layers) { in writeLayers() 217 std::vector<std::shared_ptr<TestLayer>> layers = {layer}; in TEST_P() local 296 std::vector<std::shared_ptr<TestLayer>> layers = {layer}; in TEST_P() local 429 std::vector<std::shared_ptr<TestLayer>> layers = {layer}; in TEST_P() local 666 std::vector<std::shared_ptr<TestLayer>> layers = {layer}; in TEST_P() local 743 std::vector<std::shared_ptr<TestLayer>> layers = {layer}; in TEST_P() local 817 std::vector<std::shared_ptr<TestLayer>> layers = {layer}; in TEST_P() local 879 std::vector<std::shared_ptr<TestLayer>> layers = {redLayer, blueLayer}; in TEST_P() local
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
D | ComposerVts.h | 124 std::unordered_set<Layer> layers; member
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | RenderEngineVts.cpp | 41 void TestRenderEngine::setRenderLayers(std::vector<std::shared_ptr<TestLayer>> layers) { in setRenderLayers()
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VmsUtils.h | 103 std::vector<VmsLayer> layers; member
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerCommandEngine.h | 289 std::vector<Layer> layers; in executePresentOrValidateDisplay() local 330 std::vector<Layer> layers; in executePresentDisplay() local
|
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/ |
D | ComposerCommandBuffer.h | 171 void setChangedCompositionTypes(const std::vector<Layer>& layers, in setChangedCompositionTypes() 191 void setDisplayRequests(uint32_t displayRequestMask, const std::vector<Layer>& layers, in setDisplayRequests() 219 void setReleaseFences(const std::vector<Layer>& layers, const std::vector<int>& releaseFences) { in setReleaseFences()
|
/hardware/qcom/sm7250/display/composer/ |
D | QtiComposerCommandBuffer.h | 175 void setChangedCompositionTypes(const std::vector<Layer>& layers, in setChangedCompositionTypes() 194 void setDisplayRequests(uint32_t displayRequestMask, const std::vector<Layer>& layers, in setDisplayRequests() 221 void setReleaseFences(const std::vector<Layer>& layers, in setReleaseFences()
|
D | QtiComposerClient.cpp | 1525 std::vector<Layer>& layers, in presentDisplay() 1558 std::vector<Layer> layers; in parsePresentDisplay() local 1581 std::vector<Layer> layers; in parsePresentOrValidateDisplay() local
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | display_base.cpp | 150 std::vector<Layer *>layers = layer_stack->layers; in ValidateGPUTarget() local 957 std::vector<Layer *> layers = layer_stack->layers; in NeedsMixerReconfiguration() local
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
D | layer_stack.h | 304 std::vector<Layer *> layers = {}; //!< Vector of layer pointers. member
|
/hardware/google/graphics/common/hwc3/impl/ |
D | ResourceManager.cpp | 40 std::vector<int64_t> layers; in clear() local
|
/hardware/qcom/display/msm8909w_3100/sdm/include/core/ |
D | layer_stack.h | 372 std::vector<Layer *> layers = {}; //!< Vector of layer pointers. member
|
/hardware/qcom/display/msm8998/sdm/include/core/ |
D | layer_stack.h | 372 std::vector<Layer *> layers = {}; //!< Vector of layer pointers. member
|
/hardware/qcom/display/msm8909/sdm/include/core/ |
D | layer_stack.h | 372 std::vector<Layer *> layers = {}; //!< Vector of layer pointers. member
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | display_base.cpp | 147 std::vector<Layer *> &layers = layer_stack->layers; in BuildLayerStackStats() local 1138 std::vector<Layer *> layers = layer_stack->layers; in NeedsMixerReconfiguration() local
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | display_base.cpp | 148 std::vector<Layer *> &layers = layer_stack->layers; in BuildLayerStackStats() local 1138 std::vector<Layer *> layers = layer_stack->layers; in NeedsMixerReconfiguration() local
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | display_base.cpp | 143 std::vector<Layer *> &layers = layer_stack->layers; in BuildLayerStackStats() local 1115 std::vector<Layer *> layers = layer_stack->layers; in NeedsMixerReconfiguration() local
|
/hardware/qcom/sdm845/display/sdm/include/core/ |
D | layer_stack.h | 397 std::vector<Layer *> layers = {}; //!< Vector of layer pointers. member
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | display_base.cpp | 147 std::vector<Layer *> &layers = layer_stack->layers; in BuildLayerStackStats() local 1130 std::vector<Layer *> layers = layer_stack->layers; in NeedsMixerReconfiguration() local
|
/hardware/qcom/sm8150/display/sdm/include/core/ |
D | layer_stack.h | 434 std::vector<Layer *> layers = {}; //!< Vector of layer pointers. member
|
/hardware/google/graphics/common/hwc3/ |
D | ComposerCommandEngine.cpp | 264 std::vector<int64_t> layers; in executePresentDisplay() local
|