Home
last modified time | relevance | path

Searched refs:tunnelHandle (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferutils_fuzzer/
H A Dbufferutils_fuzzer.cpp69 sptr<SurfaceTunnelHandle> tunnelHandle = nullptr; in DoSomethingInterestingWithMyAPI() local
70 ReadExtDataHandle(parcel, tunnelHandle); in DoSomethingInterestingWithMyAPI()
72 ReadExtDataHandle(parcel, tunnelHandle); in DoSomethingInterestingWithMyAPI()
75 tunnelHandle2->Different(tunnelHandle); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_utils.cpp290 GraphicExtDataHandle *tunnelHandle = AllocExtDataHandle(reserveInts); in ReadExtDataHandle() local
291 if (tunnelHandle == nullptr) { in ReadExtDataHandle()
295 ReadFileDescriptor(parcel, tunnelHandle->fd); in ReadExtDataHandle()
297 tunnelHandle->reserve[index] = parcel.ReadInt32(); in ReadExtDataHandle()
299 if (handle->SetHandle(tunnelHandle) != GSERROR_OK) { in ReadExtDataHandle()
301 FreeExtDataHandle(tunnelHandle); in ReadExtDataHandle()
304 FreeExtDataHandle(tunnelHandle); in ReadExtDataHandle()
H A Dbuffer_queue_producer.cpp1374 sptr<SurfaceTunnelHandle> tunnelHandle = new SurfaceTunnelHandle(); in SetTunnelHandle() local
1375 if (tunnelHandle->SetHandle(handle) != GSERROR_OK) { in SetTunnelHandle()
1378 return bufferQueue_->SetTunnelHandle(tunnelHandle); in SetTunnelHandle()
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayerinfo_test.cpp346 sptr<SurfaceTunnelHandle> tunnelHandle = new SurfaceTunnelHandle; in HWTEST_F() local
350 ASSERT_EQ(tunnelHandle->SetHandle(handleSet), OHOS::GSERROR_OK); in HWTEST_F()
351 ASSERT_NE(tunnelHandle, nullptr); in HWTEST_F()
352 HdiLayerInfoTest::hdiLayerInfo_->SetTunnelHandle(tunnelHandle); in HWTEST_F()
354 tunnelHandle->GetHandle()->fd); in HWTEST_F()
356 tunnelHandle->GetHandle()->reserveInts); in HWTEST_F()
358 tunnelHandle->GetHandle()->reserve[0]); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H A Dbufferqueue_fuzzer.cpp177 sptr<SurfaceTunnelHandle> tunnelHandle = new SurfaceTunnelHandle(); in DoSomethingInterestingWithMyAPI() local
178 tunnelHandle->SetHandle(handle); in DoSomethingInterestingWithMyAPI()
179 bufferqueue->SetTunnelHandle(tunnelHandle); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_utils_test.cpp218 sptr<SurfaceTunnelHandle> tunnelHandle = new SurfaceTunnelHandle(); in HWTEST_F() local
221 EXPECT_EQ(ReadExtDataHandle(parcel, tunnelHandle), GSERROR_BINDER); in HWTEST_F()
H A Dconsumer_surface_test.cpp1510 sptr<SurfaceTunnelHandle> tunnelHandle = surface_->GetTunnelHandle(); in HWTEST_F() local
1511 ASSERT_EQ(tunnelHandle, nullptr); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp90 sptr<SurfaceTunnelHandle> tunnelHandle = new SurfaceTunnelHandle(); in BufferQueueProducerFuzzTest() local
91 tunnelHandle->SetHandle(handle); in BufferQueueProducerFuzzTest()

Completed in 9 milliseconds