Home
last modified time | relevance | path

Searched defs:DestroyLayer (Results 1 – 8 of 8) sorted by relevance

/drivers/peripheral/display/composer/vdi_base/src/
Dhdi_display.cpp114 int32_t HdiDisplay::DestroyLayer(uint32_t layerId) in DestroyLayer() function in OHOS::HDI::DISPLAY::HdiDisplay
Dhdi_session.cpp263 static int32_t DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() function
Ddisplay_composer_vdi_impl.cpp220 int32_t DisplayComposerVdiImpl::DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl
/drivers/interface/display/composer/common/include/
Ddisplay_vdi_adapter_interface.h61 int32_t (*DestroyLayer)(uint32_t devId, uint32_t layerId); member
/drivers/peripheral/display/hal/default_standard/src/display_device/
Ddisplay_composer_vdi_impl.cpp235 int32_t DisplayComposerVdiImpl::DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl
/drivers/peripheral/display/composer/hdi_service/src/
Ddisplay_composer_service.cpp605 int32_t DisplayComposerService::DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() function in OHOS::HDI::Display::Composer::DisplayComposerService
/drivers/interface/display/composer/v1_0/hdi_impl/
Ddisplay_composer_hdi_impl.h351 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) override in DestroyLayer() function
/drivers/peripheral/display/composer/test/unittest/
Dhdi_composer_ut.cpp187 static void DestroyLayer(std::shared_ptr<HdiTestLayer> layer) in DestroyLayer() function