Home
last modified time | relevance | path

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

/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Dhdi_display.h91 virtual int32_t DestroyLayer(uint32_t layerId);
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()
H A Dhdi_session.cpp264 static int32_t DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() function
267 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::DestroyLayer, layerId); in DestroyLayer()
H A Ddisplay_composer_vdi_impl.h59 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) override;
H A Dhdi_display.cpp114 int32_t HdiDisplay::DestroyLayer(uint32_t layerId) in DestroyLayer() function in OHOS::HDI::DISPLAY::HdiDisplay
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Dhdi_display.h91 virtual int32_t DestroyLayer(uint32_t layerId);
H A Dhdi_session.cpp264 static int32_t DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() function
267 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::DestroyLayer, layerId); in DestroyLayer()
H A Ddisplay_composer_vdi_impl.h60 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) override;
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.cpp235 int32_t DisplayComposerVdiImpl::DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl
238 int32_t ec = HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::DestroyLayer, layerId); in DestroyLayer()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Dhdi_display.h91 virtual int32_t DestroyLayer(uint32_t layerId);
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()
H A Dhdi_session.cpp264 static int32_t DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() function
267 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::DestroyLayer, layerId); in DestroyLayer()
H A Ddisplay_composer_vdi_impl.h59 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) override;
H A Dhdi_display.cpp115 int32_t HdiDisplay::DestroyLayer(uint32_t layerId) in DestroyLayer() function in OHOS::HDI::DISPLAY::HdiDisplay

Completed in 10 milliseconds