/device/qemu/hardware/display/ |
H A D | display_layer.c | 86 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() function 239 lFuncs->CreateLayer = CreateLayer; in LayerInitialize()
|
/device/qemu/riscv32_virt/liteos_m/board/ui/ |
H A D | fbdev.cpp | 104 if (g_display.layerFuncs->CreateLayer != nullptr) { in OpenLayer() 105 ret = g_display.layerFuncs->CreateLayer(g_display.devId, &g_layerInfo, &g_display.layerId); in OpenLayer() 107 GRAPHIC_LOGE("CreateLayer fail"); in OpenLayer()
|
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/ |
H A D | display_layer.c | 85 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() function 252 lFuncs->CreateLayer = CreateLayer; in LayerInitialize()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
H A D | hdi_session.cpp | 232 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId)
in CreateLayer() function 236 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::CreateLayer, layerInfo, layerId);
in CreateLayer() 373 lFuncs->CreateLayer = CreateLayer;
in LayerInitialize()
|
H A D | hdi_display.h | 86 virtual int32_t CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId);
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_session.cpp | 253 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() function 257 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::CreateLayer, layerInfo, layerId); in CreateLayer() 393 lFuncs->CreateLayer = CreateLayer; in LayerInitialize()
|
H A D | hdi_display.h | 96 virtual int32_t CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId);
|
H A D | hdi_display.cpp | 90 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() function in OHOS::HDI::DISPLAY::HdiDisplay
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_session.cpp | 254 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() function 258 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::CreateLayer, layerInfo, layerId); in CreateLayer() 390 lFuncs->CreateLayer = CreateLayer; in LayerInitialize()
|
H A D | hdi_display.h | 90 virtual int32_t CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId);
|
H A D | hdi_display.cpp | 90 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() function in OHOS::HDI::DISPLAY::HdiDisplay
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/ |
H A D | app.c | 118 static HI_S32 CreateLayer(HI_VOID) in CreateLayer() function 199 ret = CreateLayer(); in START_HIGV_App()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_display.h | 90 virtual int32_t CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId);
|
H A D | display_composer_vdi_impl.cpp | 227 int32_t DisplayComposerVdiImpl::CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) in CreateLayer() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl 230 int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::CreateLayer, &layerInfo, &layerId); in CreateLayer()
|
H A D | hdi_session.cpp | 257 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() function 261 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::CreateLayer, layerInfo, layerId); in CreateLayer()
|
H A D | display_composer_vdi_impl.h | 58 virtual int32_t CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) override;
|
H A D | hdi_display.cpp | 89 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() function in OHOS::HDI::DISPLAY::HdiDisplay
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_display.h | 90 virtual int32_t CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId);
|
H A D | hdi_session.cpp | 257 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() function 261 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::CreateLayer, layerInfo, layerId); in CreateLayer()
|
H A D | display_composer_vdi_impl.h | 59 virtual int32_t CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) override;
|
H A D | hdi_display.cpp | 89 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() function in OHOS::HDI::DISPLAY::HdiDisplay
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_display.h | 90 virtual int32_t CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId);
|
H A D | display_composer_vdi_impl.cpp | 227 int32_t DisplayComposerVdiImpl::CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) in CreateLayer() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl 230 int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::CreateLayer, &layerInfo, &layerId); in CreateLayer()
|
H A D | hdi_session.cpp | 257 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId)
in CreateLayer() function 261 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::CreateLayer, layerInfo, layerId);
in CreateLayer()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/composer/ |
H A D | hdi_video_composition.cpp | 56 int ret = layerFuncs_->CreateLayer(0, &layerInfo, &voLayerId);
in CreateVideoLayerForHdiLayer()
|