Home
last modified time | relevance | path

Searched refs:CloseLayer (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dhi_fbdev.cpp167 if (g_display.layerFuncs->CloseLayer == nullptr) { in HiFbdevClose()
173 int32_t ret = g_display.layerFuncs->CloseLayer(g_display.devId, g_display.layerId); in HiFbdevClose()
/ohos5.0/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
/ohos5.0/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()
/ohos5.0/docs/zh-cn/design/
H A Dhdi-design-specifications.md191 int (*CloseLayer)(uint32_t devId, uint32_t layerId);
194 对应以上OpenLayer接口,必须提供CloseLayer接口;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer.h101 void CloseLayer();
H A Dhdi_device.h104 virtual int32_t CloseLayer(uint32_t screenId, uint32_t layerId) = 0;
H A Dhdi_device_impl.h102 int32_t CloseLayer(uint32_t screenId, uint32_t layerId) override;
/ohos5.0/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()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_video_composition.cpp139 layerFuncs_->CloseLayer(0, iter->second); in CLoseUnUsedLayer()
/ohos5.0/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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp70 CloseLayer(); in ~HdiLayer()
158 void HdiLayer::CloseLayer() in CloseLayer() function in OHOS::Rosen::HdiLayer
170 retCode = device_->CloseLayer(screenId_, layerId_); in CloseLayer()
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_layer.h127 int32_t (*CloseLayer)(uint32_t devId, uint32_t layerId); member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dmock_hdi_device_systest.h96 MOCK_METHOD2(CloseLayer, int32_t(uint32_t, uint32_t));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dmock_hdi_device.h95 MOCK_METHOD2(CloseLayer, int32_t(uint32_t, uint32_t));
H A Dhdilayer_test.cpp211 EXPECT_CALL(*hdiDeviceMock_, CloseLayer(_, _)).WillRepeatedly(testing::Return(1));
H A Dhdidevice_test.cpp208 ASSERT_EQ(HdiDeviceTest::hdiDevice_->CloseLayer(screenId, layerId), GRAPHIC_DISPLAY_SUCCESS);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h94 MOCK_METHOD2(CloseLayer, int32_t(uint32_t, uint32_t));
/ohos5.0/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;
/ohos5.0/drivers/peripheral/display/
H A DREADME_zh.md81 …17381"><a name="p55781217381"></a><a name="p55781217381"></a>int32_t (*CloseLayer)(uint32_t devId,…
302 if (g_displayTest.layerFuncs->CloseLayer != NULL) {
303 ret = g_displayTest.layerFuncs->CloseLayer(g_displayTest.devId, g_displayTest.layerId);
H A DREADME.md81 …17381"><a name="p55781217381"></a><a name="p55781217381"></a>int32_t (*CloseLayer)(uint32_t devId,…
302 if (g_displayTest.layerFuncs->CloseLayer != NULL) {
303 ret = g_displayTest.layerFuncs->CloseLayer(g_displayTest.devId, g_displayTest.layerId);
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/interfaces/
H A Didisplay_device.h96 virtual int32_t CloseLayer(uint32_t devId, uint32_t layerId) = 0;

12