/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_layer_video/ |
H A D | display_layer_video.cpp | 61 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 D | hi_fbdev.cpp | 167 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 D | hdi_session.cpp | 239 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 D | hdi_display.h | 87 virtual int32_t CloseLayer(uint32_t layerId);
|
H A D | hdi_display.cpp | 115 int32_t HdiDisplay::CloseLayer(uint32_t layerId) in CloseLayer() function in OHOS::HDI::DISPLAY::HdiDisplay
|
/ohos5.0/drivers/peripheral/display/hal/default/ |
H A D | display_layer.c | 309 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 D | hdi-design-specifications.md | 191 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 D | hdi_layer.h | 101 void CloseLayer();
|
H A D | hdi_device.h | 104 virtual int32_t CloseLayer(uint32_t screenId, uint32_t layerId) = 0;
|
H A D | hdi_device_impl.h | 102 int32_t CloseLayer(uint32_t screenId, uint32_t layerId) override;
|
/ohos5.0/drivers/peripheral/display/test/unittest/lite/ |
H A D | display_test.c | 218 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 D | hdi_video_composition.cpp | 139 layerFuncs_->CloseLayer(0, iter->second); in CLoseUnUsedLayer()
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/ |
H A D | display_device_service.cpp | 310 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 D | hdi_layer.cpp | 70 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 D | display_layer.h | 127 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 D | mock_hdi_device_systest.h | 96 MOCK_METHOD2(CloseLayer, int32_t(uint32_t, uint32_t));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | mock_hdi_device.h | 95 MOCK_METHOD2(CloseLayer, int32_t(uint32_t, uint32_t));
|
H A D | hdilayer_test.cpp | 211 EXPECT_CALL(*hdiDeviceMock_, CloseLayer(_, _)).WillRepeatedly(testing::Return(1));
|
H A D | hdidevice_test.cpp | 208 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 D | mock_hdi_device.h | 94 MOCK_METHOD2(CloseLayer, int32_t(uint32_t, uint32_t));
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/server/ |
H A D | display_device_stub.h | 98 int32_t CloseLayer(MessageParcel *data, MessageParcel *reply);
|
H A D | display_device_service.h | 86 int32_t CloseLayer(uint32_t devId, uint32_t layerId) override;
|
/ohos5.0/drivers/peripheral/display/ |
H A D | README_zh.md | 81 …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 D | README.md | 81 …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 D | idisplay_device.h | 96 virtual int32_t CloseLayer(uint32_t devId, uint32_t layerId) = 0;
|