Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp328 sptr<SurfaceTunnelHandle> handle = HdiLayerInfoTest::hdiLayerInfo_->GetTunnelHandle();
343 sptr<SurfaceTunnelHandle> handle = HdiLayerInfoTest::hdiLayerInfo_->GetTunnelHandle();
353 ASSERT_EQ(HdiLayerInfoTest::hdiLayerInfo_->GetTunnelHandle()->GetHandle()->fd,
355 ASSERT_EQ(HdiLayerInfoTest::hdiLayerInfo_->GetTunnelHandle()->GetHandle()->reserveInts,
357 ASSERT_EQ(HdiLayerInfoTest::hdiLayerInfo_->GetTunnelHandle()->GetHandle()->reserve[0],
/ohos5.0/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.cpp598 sptr<SurfaceTunnelHandle> ConsumerSurface::GetTunnelHandle() const in GetTunnelHandle() function in OHOS::ConsumerSurface
603 return consumer_->GetTunnelHandle(); in GetTunnelHandle()
H A Dproducer_surface.cpp954 sptr<SurfaceTunnelHandle> ProducerSurface::GetTunnelHandle() const in GetTunnelHandle() function in OHOS::ProducerSurface
H A Dbuffer_queue.cpp1849 sptr<SurfaceTunnelHandle> BufferQueue::GetTunnelHandle() in GetTunnelHandle() function in OHOS::BufferQueue
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_queue_consumer.h59 sptr<SurfaceTunnelHandle> GetTunnelHandle() const;
H A Dconsumer_surface.h124 sptr<SurfaceTunnelHandle> GetTunnelHandle() const override;
H A Dproducer_surface.h126 sptr<SurfaceTunnelHandle> GetTunnelHandle() const override;
H A Dbuffer_queue.h161 sptr<SurfaceTunnelHandle> GetTunnelHandle();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h382 sptr<SurfaceTunnelHandle> GetTunnelHandle() const in GetTunnelHandle() function
488 tunnelHandle_ = layerInfo->GetTunnelHandle(); in CopyLayerInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_composer_adapter.cpp385 layer->SetTunnelHandle(surface->GetTunnelHandle()); in SetComposeInfoToLayer()
388 if (surface->GetTunnelHandle() != nullptr) { in SetComposeInfoToLayer()
539 sptr<SurfaceTunnelHandle> handle = consumer->GetTunnelHandle(); in CreateLayer()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/systemtest/
H A Dnative_window_buffer_test.cpp97 handleGet = cSurface->GetTunnelHandle(); in GetData()
H A Dsurface_ipc_test.cpp100 handleGet = cSurface->GetTunnelHandle(); in GetData()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Diconsumer_surface.h111 virtual sptr<SurfaceTunnelHandle> GetTunnelHandle() const = 0;
H A Dsurface.h109 virtual sptr<SurfaceTunnelHandle> GetTunnelHandle() const = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp479 if (layerInfo_->GetTunnelHandle() == nullptr) { in SetLayerTunnelHandle()
482 …ret = device_->SetLayerTunnelHandle(screenId_, layerId_, layerInfo_->GetTunnelHandle()->GetHandle(… in SetLayerTunnelHandle()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_consumer_test.cpp248 ASSERT_EQ(consumer->GetTunnelHandle(), nullptr);
H A Dconsumer_surface_test.cpp1571 handleGet = cs->GetTunnelHandle();
1591 sptr<SurfaceTunnelHandle> tunnelHandle = surface_->GetTunnelHandle();
H A Dproducer_surface_test.cpp1262 sptr<SurfaceTunnelHandle> handleGet = surface_->GetTunnelHandle();
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp154 cSurface->GetTunnelHandle(); in SurfaceFuzzTest3()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp302 if (consumer != nullptr && consumer->GetTunnelHandle() != nullptr) { in CollectSurface()