/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | window.h | 45 int32_t GetLastFlushedBuffer(OHNativeWindow *window, OHNativeWindowBuffer **buffer,
|
H A D | ibuffer_producer.h | 105 virtual GSError GetLastFlushedBuffer(sptr<SurfaceBuffer>& buffer,
|
H A D | surface.h | 130 virtual GSError GetLastFlushedBuffer(sptr<SurfaceBuffer>& buffer,
|
H A D | iconsumer_surface.h | 139 virtual GSError GetLastFlushedBuffer(sptr<SurfaceBuffer>& buffer,
|
/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_client_producer.h | 53 GSError GetLastFlushedBuffer(sptr<SurfaceBuffer>& buffer,
|
H A D | buffer_queue.h | 96 GSError GetLastFlushedBuffer(sptr<SurfaceBuffer>& buffer, sptr<SyncFence>& fence,
|
H A D | producer_surface.h | 72 GSError GetLastFlushedBuffer(sptr<SurfaceBuffer>& buffer,
|
H A D | buffer_queue_producer.h | 56 GSError GetLastFlushedBuffer(sptr<SurfaceBuffer>& buffer, sptr<SyncFence>& fence,
|
H A D | consumer_surface.h | 91 SURFACE_HIDDEN GSError GetLastFlushedBuffer(sptr<SurfaceBuffer>& buffer,
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/src/ |
H A D | pixel_map_from_surface.cpp | 73 int ret = surface->GetLastFlushedBuffer(surfaceBuffer_, fence, matrix); in GetNativeWindowBufferFromSurface() 77 "CreatePixelMapFromSurface: GetLastFlushedBuffer from nativeWindow failed, err: %{public}d", in GetNativeWindowBufferFromSurface()
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | native_window.cpp | 259 int32_t GetLastFlushedBuffer(OHNativeWindow *window, OHNativeWindowBuffer **buffer, int *fenceFd, float matrix[16])
in GetLastFlushedBuffer() function 266 int32_t ret = window->surface->GetLastFlushedBuffer(nwBuffer->sfbuffer, acquireFence, matrix, false);
in GetLastFlushedBuffer() 268 BLOGE("GetLastFlushedBuffer fail, uniqueId: %{public}" PRIu64 ".", window->surface->GetUniqueId());
in GetLastFlushedBuffer() 775 int32_t ret = window->surface->GetLastFlushedBuffer(nwBuffer->sfbuffer, acquireFence, matrix, true);
in GetLastFlushedBufferV2() 777 BLOGE("GetLastFlushedBuffer fail, ret: %{public}d, uniqueId: %{public}" PRIu64 ".",
in GetLastFlushedBufferV2() 987 WEAK_ALIAS(GetLastFlushedBuffer, OH_NativeWindow_GetLastFlushedBuffer);
|
H A D | producer_surface.cpp | 329 GSError ProducerSurface::GetLastFlushedBuffer(sptr<SurfaceBuffer>& buffer, 335 return producer_->GetLastFlushedBuffer(buffer, fence, matrix, isUseNewMatrix);
|
H A D | buffer_queue_producer.cpp | 355 GSError sRet = GetLastFlushedBuffer(buffer, fence, matrix, isUseNewMatrix); in GetLastFlushedBufferRemote() 1003 GSError BufferQueueProducer::GetLastFlushedBuffer(sptr<SurfaceBuffer>& buffer, in GetLastFlushedBuffer() function in OHOS::BufferQueueProducer 1009 return bufferQueue_->GetLastFlushedBuffer(buffer, fence, matrix, BUFFER_MATRIX_SIZE, isUseNewMatrix); in GetLastFlushedBuffer()
|
H A D | buffer_client_producer.cpp | 225 GSError BufferClientProducer::GetLastFlushedBuffer(sptr<SurfaceBuffer>& buffer, in GetLastFlushedBuffer() function in OHOS::BufferClientProducer
|
H A D | buffer_queue.cpp | 650 GSError BufferQueue::GetLastFlushedBuffer(sptr<SurfaceBuffer>& buffer, in GetLastFlushedBuffer() function in OHOS::BufferQueue 691 SURFACE_TRACE_NAME_FMT("GetLastFlushedBuffer(needRecordSequence) name: %s queueId: %" PRIu64 " seq: %u", in GetLastFlushedBuffer() 700 return GetLastFlushedBuffer(buffer, fence, matrix, matrixSize, isUseNewMatrix, true); in AcquireLastFlushedBuffer()
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/ |
H A D | bufferqueue_fuzzer.cpp | 141 bufferqueue->GetLastFlushedBuffer(buffer, syncFence, matrix, matrixSize, isUseNewMatrix, needRecordSequence); in BufferQueueFuzzTest1()
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/ |
H A D | nativewindow_fuzzer.cpp | 145 GetLastFlushedBuffer(nativeWindow, &nwBuffer, &fenceFd, matrix); in NativeWindowFuzzTest()
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/ |
H A D | bufferqueueproducer_fuzzer.cpp | 120 bqp->GetLastFlushedBuffer(buffer, syncFence, matrix, isUseNewMatrix); in BufferQueueProducerFuzzTest1()
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | buffer_queue_producer_test.cpp | 592 ret = bqpTmp->GetLastFlushedBuffer(retval.buffer, acquireFence, nullptr, false); in HWTEST_F()
|
H A D | producer_surface_test.cpp | 265 * Function: GetLastFlushedBuffer 269 * CaseDescription: 1. call GetLastFlushedBuffer with producer_ is nullptr 277 GSError ret = surface_->GetLastFlushedBuffer(buffer, fence, matrix, false); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread_visitor.cpp | 777 int ret = surface->GetLastFlushedBuffer(surfaceBuffer, fence, matrix); in ProcessSurfaceViewInRT() 780 "RSRenderThreadVisitor::ProcessSurfaceViewInRT:GetLastFlushedBuffer failed, err: %d", ret); in ProcessSurfaceViewInRT() 781 RS_LOGE("RSRenderThreadVisitor::ProcessSurfaceViewInRT: GetLastFlushedBuffer failed, err: %{public}d", ret); in ProcessSurfaceViewInRT()
|