/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_client_producer.h | 109 GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
|
H A D | buffer_queue.h | 196 GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
|
H A D | producer_surface.h | 223 GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
|
H A D | buffer_queue_producer.h | 121 GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
|
H A D | consumer_surface.h | 244 GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
|
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | ibuffer_producer.h | 125 virtual GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, in AcquireLastFlushedBuffer() function in OHOS::IBufferProducer
|
H A D | surface.h | 195 virtual GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, in AcquireLastFlushedBuffer() function in OHOS::Surface
|
H A D | iconsumer_surface.h | 155 virtual GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, in AcquireLastFlushedBuffer() function
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/ |
H A D | surface_fuzzer.cpp | 297 pSurface->AcquireLastFlushedBuffer(buffer, syncFence, matrix, matrixSize, isUseNewMatrix); in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | producer_surface.cpp | 1017 GSError ProducerSurface::AcquireLastFlushedBuffer(sptr<SurfaceBuffer>& buffer, sptr<SyncFence>& fence, 1023 return producer_->AcquireLastFlushedBuffer(buffer, fence, matrix, matrixSize, isUseNewMatrix);
|
H A D | buffer_queue_producer.cpp | 859 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 D | consumer_surface.cpp | 660 GSError ConsumerSurface::AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, in AcquireLastFlushedBuffer() function in OHOS::ConsumerSurface
|
H A D | buffer_client_producer.cpp | 825 GSError BufferClientProducer::AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, in AcquireLastFlushedBuffer() function in OHOS::BufferClientProducer
|
H A D | buffer_queue.cpp | 697 GSError BufferQueue::AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, in AcquireLastFlushedBuffer() function in OHOS::BufferQueue
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | producer_surface_test.cpp | 1709 * 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 D | buffer_client_producer_remote_test.cpp | 696 * CaseDescription: 1. call AcquireLastFlushedBuffer and check the ret 704 GSError ret = bp->AcquireLastFlushedBuffer(buffer, fence, matrix, 16, false); in HWTEST_F()
|
H A D | buffer_queue_producer_test.cpp | 628 EXPECT_EQ(bqpTmp->AcquireLastFlushedBuffer(retval.buffer, acquireFence, nullptr, 0, false), in HWTEST_F()
|
H A D | consumer_surface_test.cpp | 2006 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 D | pixel_map_from_surface.cpp | 529 int ret = surface->AcquireLastFlushedBuffer(surfaceBuffer, fence, matrix, 16, false); // 16 : matrix size in GetNativeWindowBufferFromSurface()
|