Home
last modified time | relevance | path

Searched refs:DestroyLayer (Results 1 - 16 of 16) sorted by relevance

/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp186 static void DestroyLayer(std::shared_ptr<HdiTestLayer> layer) in DestroyLayer() function
189 auto ret = g_composerDevice->DestroyLayer(g_displayIds[0], layer->GetId()); in DestroyLayer()
191 DISPLAY_TEST_LOGD("DestroyLayer fail or not support, ret: %{public}d", ret); in DestroyLayer()
494 DestroyLayer(layer); in HWTEST_F()
555 DestroyLayer(layer); in HWTEST_F()
586 DestroyLayer(layer); in HWTEST_F()
607 DestroyLayer(layer); in HWTEST_F()
636 DestroyLayer(layer); in HWTEST_F()
669 DestroyLayer(layer); in HWTEST_F()
696 DestroyLayer(laye in HWTEST_F()
[all...]
/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_display.h92 virtual int32_t DestroyLayer(uint32_t layerId);
H A Ddisplay_composer_vdi_impl.h59 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) override;
/drivers/peripheral/display/composer/hdi_service/include/
H A Ddisplay_composer_service.h63 int32_t DestroyLayer(uint32_t devId, uint32_t layerId) override;
H A Didisplay_composer_vdi.h66 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) = 0;
/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_display.cpp114 int32_t HdiDisplay::DestroyLayer(uint32_t layerId) in DestroyLayer() function in OHOS::HDI::DISPLAY::HdiDisplay
H A Ddisplay_composer_vdi_impl.cpp220 int32_t DisplayComposerVdiImpl::DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl
222 int32_t ec = HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::DestroyLayer, layerId); in DestroyLayer()
H A Dhdi_session.cpp263 static int32_t DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() function
266 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::DestroyLayer, layerId); in DestroyLayer()
/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_composer_vdi_impl.h59 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) override;
H A Ddisplay_composer_vdi_impl.cpp235 int32_t DisplayComposerVdiImpl::DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl
238 int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::DestroyLayer, layerId); in DestroyLayer()
/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h351 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) override
354 return ToDispErrCode(hdi_->DestroyLayer(devId, layerId));
/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp221 * @tc.desc: Benchmarktest for interface CreateLayer And DestroyLayer.
232 ret = g_composerDevice->DestroyLayer(g_displayIds[0], layerId); in BENCHMARK_F()
466 g_composerDevice->DestroyLayer(g_displayIds[0], layerId); in BENCHMARK_F()
/drivers/interface/display/composer/v1_0/include/
H A Didisplay_composer_interface.h540 * @see DestroyLayer
560 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) = 0;
/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_display.cpp234 device_->DestroyLayer(id_, layerId); in Clear()
/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp514 int32_t DisplayComposerService::DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() function in OHOS::HDI::Display::Composer::DisplayComposerService
518 int32_t ret = vdiImpl_->DestroyLayer(devId, layerId); in DestroyLayer()
/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
H A Dlayer_fuzzer.cpp154 int32_t ret = g_composerInterface->DestroyLayer(devId, layerId); in UsingCloseLayer()

Completed in 13 milliseconds