Home
last modified time | relevance | path

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

/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()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_output.cpp370 std::vector<uint32_t> layersId; in UpdateLayerCompType() local
372 int32_t ret = device_->GetScreenCompChange(screenId_, layersId, types); in UpdateLayerCompType()
377 if (layersId.size() != types.size()) { in UpdateLayerCompType()
378 HLOGE("HdiOutput::UpdateLayerCompType layersId size is not types size"); in UpdateLayerCompType()
383 size_t layerNum = layersId.size(); in UpdateLayerCompType()
385 auto iter = layerIdMap_.find(layersId[i]); in UpdateLayerCompType()
387 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()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdidevice_test.cpp90 std::vector<uint32_t> layersId; in HWTEST_F() local
92 EXPECT_EQ(HdiDeviceTest::hdiDevice_->GetScreenCompChange(screenId, layersId, types), GRAPHIC_DISPLAY_SUCCESS); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_device_impl.h47 int32_t GetScreenCompChange(uint32_t screenId, std::vector<uint32_t> &layersId,
H A Dhdi_device.h50 virtual int32_t GetScreenCompChange(uint32_t screenId, std::vector<uint32_t> &layersId,

Completed in 6 milliseconds