/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_display.h | 91 virtual int32_t DestroyLayer(uint32_t layerId);
|
H A D | display_composer_vdi_impl.cpp | 235 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 D | hdi_session.cpp | 264 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 D | display_composer_vdi_impl.h | 59 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) override;
|
H A D | hdi_display.cpp | 114 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 D | hdi_display.h | 91 virtual int32_t DestroyLayer(uint32_t layerId);
|
H A D | hdi_session.cpp | 264 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 D | display_composer_vdi_impl.h | 60 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) override;
|
H A D | hdi_display.cpp | 114 int32_t HdiDisplay::DestroyLayer(uint32_t layerId) in DestroyLayer() function in OHOS::HDI::DISPLAY::HdiDisplay
|
H A D | display_composer_vdi_impl.cpp | 235 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 D | hdi_display.h | 91 virtual int32_t DestroyLayer(uint32_t layerId);
|
H A D | display_composer_vdi_impl.cpp | 235 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 D | hdi_session.cpp | 264 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 D | display_composer_vdi_impl.h | 59 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) override;
|
H A D | hdi_display.cpp | 115 int32_t HdiDisplay::DestroyLayer(uint32_t layerId)
in DestroyLayer() function in OHOS::HDI::DISPLAY::HdiDisplay
|