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 D | hdidevice_fuzzer.cpp | 166 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 D | hdi_output.cpp | 370 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 D | hdi_device_impl.cpp | 247 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 D | hdidevice_test.cpp | 90 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 D | hdi_device_impl.h | 47 int32_t GetScreenCompChange(uint32_t screenId, std::vector<uint32_t> &layersId,
|
H A D | hdi_device.h | 50 virtual int32_t GetScreenCompChange(uint32_t screenId, std::vector<uint32_t> &layersId,
|
Completed in 6 milliseconds