Home
last modified time | relevance | path

Searched refs:layersId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp329 std::vector<uint32_t> layersId; in UpdateLayerCompType() local
331 int32_t ret = device_->GetScreenCompChange(screenId_, layersId, types); in UpdateLayerCompType()
336 if (layersId.size() != types.size()) { in UpdateLayerCompType()
342 size_t layerNum = layersId.size(); in UpdateLayerCompType()
344 auto iter = layerIdMap_.find(layersId[i]); in UpdateLayerCompType()
346 HLOGE("Invalid hdi layer id[%{public}u]", layersId[i]); in UpdateLayerCompType()
H A Dhdi_device_impl.cpp247 int32_t HdiDeviceImpl::GetScreenCompChange(uint32_t screenId, std::vector<uint32_t> &layersId, in GetScreenCompChange() argument
251 return g_composer->GetDisplayCompChange(screenId, layersId, types); in GetScreenCompChange()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp166 std::vector<uint32_t> layersId; in DoSomethingInterestingWithMyAPI() local
168 device->GetScreenCompChange(screenId, layersId, types); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdidevice_test.cpp77 std::vector<uint32_t> layersId; variable
79 …ASSERT_EQ(HdiDeviceTest::hdiDevice_->GetScreenCompChange(screenId, layersId, types), GRAPHIC_DISPL…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_device.h50 virtual int32_t GetScreenCompChange(uint32_t screenId, std::vector<uint32_t> &layersId,
H A Dhdi_device_impl.h48 int32_t GetScreenCompChange(uint32_t screenId, std::vector<uint32_t> &layersId,