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 D | hdi_output.cpp | 329 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 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()
|
/ohos5.0/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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdidevice_test.cpp | 77 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 D | hdi_device.h | 50 virtual int32_t GetScreenCompChange(uint32_t screenId, std::vector<uint32_t> &layersId,
|
H A D | hdi_device_impl.h | 48 int32_t GetScreenCompChange(uint32_t screenId, std::vector<uint32_t> &layersId,
|