Home
last modified time | relevance | path

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

/drivers/peripheral/display/hal/default_standard/src/display_layer_video/
H A Ddisplay_layer_video.cpp61 static int32_t CloseLayer(uint32_t devId, uint32_t layerId) in CloseLayer() function
64 g_layerService->CloseLayer(devId, layerId); in CloseLayer()
114 lFunc->CloseLayer = CloseLayer; in LayerInitialize()
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_session.cpp239 static int32_t CloseLayer(uint32_t devId, uint32_t layerId) in CloseLayer() function
242 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::CloseLayer, layerId); in CloseLayer()
374 lFuncs->CloseLayer = CloseLayer; in LayerInitialize()
H A Dhdi_display.h87 virtual int32_t CloseLayer(uint32_t layerId);
H A Dhdi_display.cpp115 int32_t HdiDisplay::CloseLayer(uint32_t layerId) in CloseLayer() function in OHOS::HDI::DISPLAY::HdiDisplay
/drivers/peripheral/display/hal/default/
H A Ddisplay_layer.c309 static int32_t CloseLayer(uint32_t devId, uint32_t layerId) in CloseLayer() function
449 lFuncs->CloseLayer = CloseLayer; in LayerInitialize()
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_video_composition.cpp139 layerFuncs_->CloseLayer(0, iter->second); in CLoseUnUsedLayer()
/drivers/peripheral/display/hdi_service/device/include/server/
H A Ddisplay_device_stub.h98 int32_t CloseLayer(MessageParcel *data, MessageParcel *reply);
H A Ddisplay_device_service.h86 int32_t CloseLayer(uint32_t devId, uint32_t layerId) override;
/drivers/peripheral/display/interfaces/include/
H A Ddisplay_layer.h107 * @see CloseLayer
127 int32_t (*CloseLayer)(uint32_t devId, uint32_t layerId); member
/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_service.cpp310 int32_t DisplayDeviceService::CloseLayer(uint32_t devId, uint32_t layerId) in CloseLayer() function in OHOS::Display::Device::Server::DisplayDeviceService
312 return displayLayer_->CloseLayer(devId, layerId); in CloseLayer()
H A Ddisplay_device_host_driver.cpp61 DDSS::InitDisplay, DDSS::DeinitDisplay, DDSS::GetDisplayInfo, DDSS::CloseLayer, DDSS::SetLayerSize,
1781 int32_t DisplayDeviceServerStub::CloseLayer(MessageParcel *data, MessageParcel *reply) in CloseLayer() function in DisplayDeviceServerStub
1800 int32_t ret = device_->CloseLayer(devId, layerId); in CloseLayer()
/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.c218 if (g_displayTest.layerFuncs->CloseLayer != NULL) { in CloseLayerTest()
219 ret = g_displayTest.layerFuncs->CloseLayer(g_displayTest.devId, g_displayTest.layerId); in CloseLayerTest()
221 HDF_LOGE("%s: CloseLayer fail", __func__); in CloseLayerTest()
/drivers/peripheral/display/hdi_service/device/include/interfaces/
H A Didisplay_device.h96 virtual int32_t CloseLayer(uint32_t devId, uint32_t layerId) = 0;
/drivers/peripheral/display/hdi_service/device/include/proxy/
H A Ddisplay_device_proxy.h90 int32_t CloseLayer(uint32_t devId, uint32_t layerId) override;
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
H A Ddisplay_device_proxy.cpp1035 int32_t DisplayDeviceProxy::CloseLayer(uint32_t devId, uint32_t layerId) in CloseLayer() function in DisplayDeviceProxy

Completed in 14 milliseconds