/ohos5.0/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
|
H A D | iconsumer_surface.h | 155 virtual GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, in AcquireLastFlushedBuffer() function
|
H A D | surface.h | 158 virtual GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, in AcquireLastFlushedBuffer() function
|
/ohos5.0/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 | consumer_surface.h | 174 GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
|
H A D | producer_surface.h | 161 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 | buffer_queue_producer.h | 120 GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_queue_producer.cpp | 736 …GSError sret = AcquireLastFlushedBuffer(buffer, fence, matrix, BUFFER_MATRIX_SIZE, isUseNewMatrix); in AcquireLastFlushedBufferRemote() 826 GSError BufferQueueProducer::AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, in AcquireLastFlushedBuffer() function in OHOS::BufferQueueProducer 832 … return bufferQueue_->AcquireLastFlushedBuffer(buffer, fence, matrix, matrixSize, isUseNewMatrix); in AcquireLastFlushedBuffer()
|
H A D | producer_surface.cpp | 1056 GSError ProducerSurface::AcquireLastFlushedBuffer(sptr<SurfaceBuffer>& buffer, sptr<SyncFence>& fen… in AcquireLastFlushedBuffer() function in OHOS::ProducerSurface 1062 return producer_->AcquireLastFlushedBuffer(buffer, fence, matrix, matrixSize, isUseNewMatrix); in AcquireLastFlushedBuffer()
|
H A D | consumer_surface.cpp | 796 GSError ConsumerSurface::AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fen… in AcquireLastFlushedBuffer() function in OHOS::ConsumerSurface
|
H A D | buffer_client_producer.cpp | 720 GSError BufferClientProducer::AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence>… 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
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/ |
H A D | surface_fuzzer.cpp | 293 pSurface->AcquireLastFlushedBuffer(buffer, syncFence, matrix, matrixSize, isUseNewMatrix); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | producer_surface_test.cpp | 1736 ret = pSurface->AcquireLastFlushedBuffer(buffer1, fence, matrix, 16, false); 1740 ret = pSurface->AcquireLastFlushedBuffer(buffer1, fence, matrix, 16, false); 1789 GSError ret = surface_->AcquireLastFlushedBuffer(buffer1, fence, matrix, 16, false);
|
H A D | buffer_client_producer_remote_test.cpp | 677 GSError ret = bp->AcquireLastFlushedBuffer(buffer, fence, matrix, 16, false);
|
H A D | buffer_queue_producer_test.cpp | 633 EXPECT_EQ(bqpTmp->AcquireLastFlushedBuffer(retval.buffer, acquireFence, nullptr, 0, false),
|
H A D | consumer_surface_test.cpp | 2087 …ASSERT_EQ(surface_->AcquireLastFlushedBuffer(sBuffer, fence, nullptr, 0, false), GSERROR_NOT_SUPPO…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/ |
H A D | pixel_map_from_surface.cpp | 519 …int ret = surface->AcquireLastFlushedBuffer(surfaceBuffer, fence, matrix, 16, false); // 16 : matr… in GetNativeWindowBufferFromSurface()
|