Home
last modified time | relevance | path

Searched refs:AcquireLastFlushedBuffer (Results 1 - 19 of 19) sorted by relevance

/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_client_producer.h109 GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
H A Dbuffer_queue.h196 GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
H A Dproducer_surface.h223 GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
H A Dbuffer_queue_producer.h121 GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
H A Dconsumer_surface.h244 GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dibuffer_producer.h125 virtual GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, in AcquireLastFlushedBuffer() function in OHOS::IBufferProducer
H A Dsurface.h195 virtual GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, in AcquireLastFlushedBuffer() function in OHOS::Surface
H A Diconsumer_surface.h155 virtual GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, in AcquireLastFlushedBuffer() function
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp297 pSurface->AcquireLastFlushedBuffer(buffer, syncFence, matrix, matrixSize, isUseNewMatrix); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_surface/surface/src/
H A Dproducer_surface.cpp1017 GSError ProducerSurface::AcquireLastFlushedBuffer(sptr<SurfaceBuffer>& buffer, sptr<SyncFence>& fence,
1023 return producer_->AcquireLastFlushedBuffer(buffer, fence, matrix, matrixSize, isUseNewMatrix);
H A Dbuffer_queue_producer.cpp859 GSError sRet = AcquireLastFlushedBuffer(buffer, fence, matrix, BUFFER_MATRIX_SIZE, isUseNewMatrix); in AcquireLastFlushedBufferRemote()
898 GSError BufferQueueProducer::AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, in AcquireLastFlushedBuffer() function in OHOS::BufferQueueProducer
904 return bufferQueue_->AcquireLastFlushedBuffer(buffer, fence, matrix, matrixSize, isUseNewMatrix); in AcquireLastFlushedBuffer()
H A Dconsumer_surface.cpp660 GSError ConsumerSurface::AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, in AcquireLastFlushedBuffer() function in OHOS::ConsumerSurface
H A Dbuffer_client_producer.cpp825 GSError BufferClientProducer::AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, in AcquireLastFlushedBuffer() function in OHOS::BufferClientProducer
H A Dbuffer_queue.cpp697 GSError BufferQueue::AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, in AcquireLastFlushedBuffer() function in OHOS::BufferQueue
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dproducer_surface_test.cpp1709 * Function: AcquireLastFlushedBuffer and ReleaseLastFlushedBuffer
1713 * CaseDescription: 1. call AcquireLastFlushedBuffer OK
1714 * 2. call AcquireLastFlushedBuffer FAIL
1738 ret = pSurface->AcquireLastFlushedBuffer(buffer1, fence, matrix, 16, false); in HWTEST_F()
1742 ret = pSurface->AcquireLastFlushedBuffer(buffer1, fence, matrix, 16, false); in HWTEST_F()
1779 * Function: AcquireLastFlushedBuffer and ReleaseLastFlushedBuffer
1783 * CaseDescription: 1. call AcquireLastFlushedBuffer FAIL
1791 GSError ret = surface_->AcquireLastFlushedBuffer(buffer1, fence, matrix, 16, false); in HWTEST_F()
H A Dbuffer_client_producer_remote_test.cpp696 * CaseDescription: 1. call AcquireLastFlushedBuffer and check the ret
704 GSError ret = bp->AcquireLastFlushedBuffer(buffer, fence, matrix, 16, false); in HWTEST_F()
H A Dbuffer_queue_producer_test.cpp628 EXPECT_EQ(bqpTmp->AcquireLastFlushedBuffer(retval.buffer, acquireFence, nullptr, 0, false), in HWTEST_F()
H A Dconsumer_surface_test.cpp2006 ASSERT_EQ(surface_->AcquireLastFlushedBuffer(sBuffer, fence, nullptr, 0, false), GSERROR_NOT_SUPPORT); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/
H A Dpixel_map_from_surface.cpp529 int ret = surface->AcquireLastFlushedBuffer(surfaceBuffer, fence, matrix, 16, false); // 16 : matrix size in GetNativeWindowBufferFromSurface()

Completed in 22 milliseconds