Home
last modified time | relevance | path

Searched refs:CreateLayer (Results 1 - 25 of 30) sorted by relevance

12

/drivers/peripheral/display/hal/default_standard/src/display_layer_video/
H A Ddisplay_layer_video.cpp50 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() function
58 return g_layerService->CreateLayer(devId, info, *layerId); in CreateLayer()
113 lFunc->CreateLayer = CreateLayer; in LayerInitialize()
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_session.cpp232 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 Dhdi_display.h86 virtual int32_t CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId);
H A Dhdi_display.cpp90 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() function in OHOS::HDI::DISPLAY::HdiDisplay
/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_display.h91 virtual int32_t CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId);
H A Ddisplay_composer_vdi_impl.h58 virtual int32_t CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) override;
/drivers/peripheral/display/hal/default/
H A Ddisplay_layer.c272 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() function
448 lFuncs->CreateLayer = CreateLayer; in LayerInitialize()
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_video_composition.cpp56 int ret = layerFuncs_->CreateLayer(0, &layerInfo, &voLayerId); in CreateVideoLayerForHdiLayer()
/drivers/peripheral/display/composer/hdi_service/include/
H A Ddisplay_composer_service.h62 int32_t CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t cacheCount, uint32_t& layerId) override;
H A Didisplay_composer_vdi.h65 virtual int32_t CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) = 0;
/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_display.cpp89 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() function in OHOS::HDI::DISPLAY::HdiDisplay
H A Ddisplay_composer_vdi_impl.cpp213 int32_t DisplayComposerVdiImpl::CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) in CreateLayer() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl
215 int32_t ec = HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::CreateLayer, &layerInfo, &layerId); in CreateLayer()
H A Dhdi_session.cpp256 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() function
260 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::CreateLayer, layerInfo, layerId); in CreateLayer()
/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_composer_vdi_impl.h58 virtual int32_t CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) override;
H A Ddisplay_composer_vdi_impl.cpp227 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()
/drivers/peripheral/display/hdi_service/device/include/server/
H A Ddisplay_device_stub.h72 int32_t CreateLayer(MessageParcel *data, MessageParcel *reply);
/drivers/peripheral/display/interfaces/include/
H A Ddisplay_layer.h112 int32_t (*CreateLayer)(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId); member
/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_service.cpp208 int32_t DisplayDeviceService::CreateLayer(uint32_t devId, const LayerInfo &layerInfo, uint32_t &layerId) in CreateLayer() function in OHOS::Display::Device::Server::DisplayDeviceService
210 return displayLayer_->CreateLayer(devId, &layerInfo, &layerId); in CreateLayer()
/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.c204 if (g_displayTest.layerFuncs->CreateLayer != NULL) { in CreateLayerTest()
205 ret = g_displayTest.layerFuncs->CreateLayer(g_displayTest.devId, &layInfo, &g_displayTest.layerId); in CreateLayerTest()
207 HDF_LOGE("%s: CreateLayer fail", __func__); in CreateLayerTest()
/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h344 virtual int32_t CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t cacheCount,
348 return ToDispErrCode(hdi_->CreateLayer(devId, layerInfo, cacheCount, layerId));
/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp221 * @tc.desc: Benchmarktest for interface CreateLayer And DestroyLayer.
230 ret = g_composerDevice->CreateLayer(g_displayIds[0], layerInfo, bufferCount, layerId); in BENCHMARK_F()
461 ret = g_composerDevice->CreateLayer(g_displayIds[0], layerInfo, bufferCount, layerId); in BENCHMARK_F()
/drivers/interface/display/composer/v1_0/include/
H A Didisplay_composer_interface.h544 virtual int32_t CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t cacheCount, uint32_t& layerId) = 0;
/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_display.cpp94 int ret = device_->CreateLayer(id_, info, HdiTestLayer::MAX_BUFFER_COUNT, layerId); in CreateHdiTestLayer()
95 DISPLAY_TEST_LOGD("CreateLayer layerId %{public}u", layerId); in CreateHdiTestLayer()
/drivers/peripheral/display/hdi_service/device/include/interfaces/
H A Didisplay_device.h76 virtual int32_t CreateLayer(uint32_t devId, const LayerInfo &layerInfo, uint32_t &layerId) = 0;
/drivers/peripheral/display/hdi_service/device/include/proxy/
H A Ddisplay_device_proxy.h70 int32_t CreateLayer(uint32_t devId, const LayerInfo &layerInfo, uint32_t &layerId) override;

Completed in 15 milliseconds

12