Home
last modified time | relevance | path

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

/ohos5.0/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
H A Diconsumer_surface.h155 virtual GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, in AcquireLastFlushedBuffer() function
H A Dsurface.h158 virtual GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence, in AcquireLastFlushedBuffer() function
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_client_producer.h109 GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
H A Dconsumer_surface.h174 GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
H A Dproducer_surface.h161 GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
H A Dbuffer_queue.h196 GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
H A Dbuffer_queue_producer.h120 GSError AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fence,
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue_producer.cpp736 …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 Dproducer_surface.cpp1056 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 Dconsumer_surface.cpp796 GSError ConsumerSurface::AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence> &fen… in AcquireLastFlushedBuffer() function in OHOS::ConsumerSurface
H A Dbuffer_client_producer.cpp720 GSError BufferClientProducer::AcquireLastFlushedBuffer(sptr<SurfaceBuffer> &buffer, sptr<SyncFence>… 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
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp293 pSurface->AcquireLastFlushedBuffer(buffer, syncFence, matrix, matrixSize, isUseNewMatrix); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dproducer_surface_test.cpp1736 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 Dbuffer_client_producer_remote_test.cpp677 GSError ret = bp->AcquireLastFlushedBuffer(buffer, fence, matrix, 16, false);
H A Dbuffer_queue_producer_test.cpp633 EXPECT_EQ(bqpTmp->AcquireLastFlushedBuffer(retval.buffer, acquireFence, nullptr, 0, false),
H A Dconsumer_surface_test.cpp2087 …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 Dpixel_map_from_surface.cpp519 …int ret = surface->AcquireLastFlushedBuffer(surfaceBuffer, fence, matrix, 16, false); // 16 : matr… in GetNativeWindowBufferFromSurface()