Home
last modified time | relevance | path

Searched refs:GetTunnelHandle (Results 1 - 21 of 21) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp319 * Function: SetTunnelHandle and GetTunnelHandle
323 * CaseDescription: 1. call GetTunnelHandle with default
328 sptr<SurfaceTunnelHandle> handle = HdiLayerInfoTest::hdiLayerInfo_->GetTunnelHandle(); in HWTEST_F()
333 * Function: SetTunnelHandle and GetTunnelHandle
338 * 2. call GetTunnelHandle and check ret
343 sptr<SurfaceTunnelHandle> handle = HdiLayerInfoTest::hdiLayerInfo_->GetTunnelHandle(); in HWTEST_F()
353 ASSERT_EQ(HdiLayerInfoTest::hdiLayerInfo_->GetTunnelHandle()->GetHandle()->fd, in HWTEST_F()
355 ASSERT_EQ(HdiLayerInfoTest::hdiLayerInfo_->GetTunnelHandle()->GetHandle()->reserveInts, in HWTEST_F()
357 ASSERT_EQ(HdiLayerInfoTest::hdiLayerInfo_->GetTunnelHandle()->GetHandle()->reserve[0], in HWTEST_F()
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue_consumer.cpp215 sptr<SurfaceTunnelHandle> BufferQueueConsumer::GetTunnelHandle() const in GetTunnelHandle() function in OHOS::BufferQueueConsumer
220 return bufferQueue_->GetTunnelHandle(); in GetTunnelHandle()
H A Dconsumer_surface.cpp503 sptr<SurfaceTunnelHandle> ConsumerSurface::GetTunnelHandle() const in GetTunnelHandle() function in OHOS::ConsumerSurface
508 return consumer_->GetTunnelHandle(); in GetTunnelHandle()
H A Dbuffer_queue.cpp1833 sptr<SurfaceTunnelHandle> BufferQueue::GetTunnelHandle() in GetTunnelHandle() function in OHOS::BufferQueue
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_queue_consumer.h60 sptr<SurfaceTunnelHandle> GetTunnelHandle() const;
H A Dbuffer_queue.h161 sptr<SurfaceTunnelHandle> GetTunnelHandle();
H A Dproducer_surface.h162 SURFACE_HIDDEN sptr<SurfaceTunnelHandle> GetTunnelHandle() const override
H A Dconsumer_surface.h172 sptr<SurfaceTunnelHandle> GetTunnelHandle() const override;
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h371 sptr<SurfaceTunnelHandle> GetTunnelHandle() const in GetTunnelHandle() function in OHOS::Rosen::HdiLayerInfo
476 tunnelHandle_ = layerInfo->GetTunnelHandle(); in CopyLayerInfo()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_consumer_test.cpp249 ASSERT_EQ(consumer->GetTunnelHandle(), nullptr); in HWTEST_F()
H A Dconsumer_surface_test.cpp1437 * Function: SetTunnelHandle and GetTunnelHandle
1451 * Function: SetTunnelHandle and GetTunnelHandle
1468 * Function: SetTunnelHandle and GetTunnelHandle
1473 * 2. call GetTunnelHandle and check ret
1490 handleGet = cs->GetTunnelHandle(); in HWTEST_F()
1499 * Function: SetTunnelHandle and GetTunnelHandle
1503 * CaseDescription: 1. call SetTunnelHandle and GetTunnelHandle with nullptr and check ret
1510 sptr<SurfaceTunnelHandle> tunnelHandle = surface_->GetTunnelHandle(); in HWTEST_F()
H A Dproducer_surface_test.cpp1187 * Function: SetTunnelHandle and GetTunnelHandle
1204 sptr<SurfaceTunnelHandle> handleGet = surface_->GetTunnelHandle(); in HWTEST_F()
1210 * Function: SetTunnelHandle and GetTunnelHandle
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface.h109 virtual sptr<SurfaceTunnelHandle> GetTunnelHandle() const = 0;
H A Diconsumer_surface.h111 virtual sptr<SurfaceTunnelHandle> GetTunnelHandle() const = 0;
/foundation/graphic/graphic_surface/surface/test/systemtest/
H A Dsurface_ipc_with_pts_test.cpp110 handleGet = cSurface->GetTunnelHandle(); in GetData()
H A Dsurface_ipc_test.cpp100 handleGet = cSurface->GetTunnelHandle(); in GetData()
H A Dnative_window_buffer_test.cpp98 handleGet = cSurface->GetTunnelHandle(); in GetData()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_composer_adapter.cpp453 layer->SetTunnelHandle(surface->GetTunnelHandle()); in SetComposeInfoToLayer()
456 if (surface->GetTunnelHandle() != nullptr) { in SetComposeInfoToLayer()
607 sptr<SurfaceTunnelHandle> handle = consumer->GetTunnelHandle(); in CreateLayer()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp473 if (layerInfo_->GetTunnelHandle() == nullptr) { in SetLayerTunnelHandle()
476 ret = device_->SetLayerTunnelHandle(screenId_, layerId_, layerInfo_->GetTunnelHandle()->GetHandle()); in SetLayerTunnelHandle()
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp154 cSurface->GetTunnelHandle(); in SurfaceFuzzTest3()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp307 if (consumer != nullptr && consumer->GetTunnelHandle() != nullptr) { in CollectSurface()

Completed in 25 milliseconds