Home
last modified time | relevance | path

Searched refs:SurfaceTunnelHandle (Results 1 - 25 of 29) sorted by relevance

12

/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_tunnel_handle.h25 class SurfaceTunnelHandle : public RefBase { class
27 SurfaceTunnelHandle();
28 virtual ~SurfaceTunnelHandle();
31 bool Different(const sptr<SurfaceTunnelHandle> &handle);
34 SurfaceTunnelHandle(const SurfaceTunnelHandle&) = delete;
35 SurfaceTunnelHandle& operator=(const SurfaceTunnelHandle&) = delete;
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/src/
H A Dsurface_tunnel_handle.cpp60 SurfaceTunnelHandle::SurfaceTunnelHandle() in SurfaceTunnelHandle() function in OHOS::SurfaceTunnelHandle
62 BLOGD("SurfaceTunnelHandle ctor"); in SurfaceTunnelHandle()
65 SurfaceTunnelHandle::~SurfaceTunnelHandle() in ~SurfaceTunnelHandle()
68 BLOGD("~SurfaceTunnelHandle dtor tunnelHandle_"); in ~SurfaceTunnelHandle()
72 GSError SurfaceTunnelHandle::SetHandle(const GraphicExtDataHandle *handle) in SetHandle()
92 GraphicExtDataHandle *SurfaceTunnelHandle::GetHandle() in GetHandle()
98 bool SurfaceTunnelHandle::Different(const sptr<SurfaceTunnelHandle>
[all...]
H A Dbuffer_queue_consumer.cpp215 sptr<SurfaceTunnelHandle> BufferQueueConsumer::GetTunnelHandle() const in GetTunnelHandle()
H A Dbuffer_queue_producer.cpp691 sptr<SurfaceTunnelHandle> handle = nullptr; in SetTunnelHandleRemote()
693 handle = new SurfaceTunnelHandle(); in SetTunnelHandleRemote()
1364 GSError BufferQueueProducer::SetTunnelHandle(const sptr<SurfaceTunnelHandle> &handle) in SetTunnelHandle()
1374 sptr<SurfaceTunnelHandle> tunnelHandle = new SurfaceTunnelHandle(); in SetTunnelHandle()
H A Dbuffer_utils.cpp279 GSError ReadExtDataHandle(MessageParcel &parcel, sptr<SurfaceTunnelHandle> &handle) in ReadExtDataHandle()
H A Dconsumer_surface.cpp503 sptr<SurfaceTunnelHandle> ConsumerSurface::GetTunnelHandle() const in GetTunnelHandle()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferutils_fuzzer/
H A Dbufferutils_fuzzer.cpp69 sptr<SurfaceTunnelHandle> tunnelHandle = nullptr; in DoSomethingInterestingWithMyAPI()
71 sptr<SurfaceTunnelHandle> tunnelHandle2 = new SurfaceTunnelHandle(); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp328 sptr<SurfaceTunnelHandle> handle = HdiLayerInfoTest::hdiLayerInfo_->GetTunnelHandle(); in HWTEST_F()
343 sptr<SurfaceTunnelHandle> handle = HdiLayerInfoTest::hdiLayerInfo_->GetTunnelHandle(); in HWTEST_F()
346 sptr<SurfaceTunnelHandle> tunnelHandle = new SurfaceTunnelHandle; in HWTEST_F()
H A Dhdilayer_test.cpp163 HdiLayerTest::layerInfo_->SetTunnelHandle(new SurfaceTunnelHandle()); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_utils_test.cpp218 sptr<SurfaceTunnelHandle> tunnelHandle = new SurfaceTunnelHandle(); in HWTEST_F()
H A Dbuffer_queue_producer_test.cpp621 sptr<SurfaceTunnelHandle> handle = nullptr; in HWTEST_F()
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_utils.h48 GSError ReadExtDataHandle(MessageParcel &parcel, sptr<SurfaceTunnelHandle> &handle);
H A Dbuffer_queue.h160 GSError SetTunnelHandle(const sptr<SurfaceTunnelHandle> &handle);
161 sptr<SurfaceTunnelHandle> GetTunnelHandle();
266 sptr<SurfaceTunnelHandle> tunnelHandle_ = nullptr;
H A Dbuffer_queue_consumer.h60 sptr<SurfaceTunnelHandle> GetTunnelHandle() const;
H A Dproducer_surface.h162 SURFACE_HIDDEN sptr<SurfaceTunnelHandle> GetTunnelHandle() const override
H A Dbuffer_queue_producer.h127 GSError SetTunnelHandle(const sptr<SurfaceTunnelHandle> &handle);
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.h221 void SetTunnelHandle(const sptr<SurfaceTunnelHandle> &handle) in SetTunnelHandle()
371 sptr<SurfaceTunnelHandle> GetTunnelHandle() const in GetTunnelHandle()
587 sptr<SurfaceTunnelHandle> tunnelHandle_ = nullptr;
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H A Dbufferqueue_fuzzer.cpp177 sptr<SurfaceTunnelHandle> tunnelHandle = new SurfaceTunnelHandle(); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp90 sptr<SurfaceTunnelHandle> tunnelHandle = new SurfaceTunnelHandle(); in BufferQueueProducerFuzzTest()
/foundation/graphic/graphic_surface/surface/test/systemtest/
H A Dsurface_ipc_with_pts_test.cpp109 sptr<SurfaceTunnelHandle> handleGet = nullptr; in GetData()
H A Dsurface_ipc_test.cpp99 sptr<SurfaceTunnelHandle> handleGet = nullptr; in GetData()
H A Dnative_window_buffer_test.cpp97 sptr<SurfaceTunnelHandle> handleGet = nullptr; in GetData()

Completed in 15 milliseconds

12