Home
last modified time | relevance | path

Searched refs:FlushBuffer (Results 1 - 25 of 125) sorted by relevance

12345

/foundation/distributeddatamgr/relational_store/test/native/dataability/unittest/
H A Ddata_ability_predicates_test.cpp123 outParcel.FlushBuffer(); in HWTEST_F()
197 outParcel.FlushBuffer(); in HWTEST_F()
223 outParcel.FlushBuffer(); in HWTEST_F()
269 outParcel.FlushBuffer(); in HWTEST_F()
309 outParcel.FlushBuffer(); in HWTEST_F()
366 outParcel.FlushBuffer(); in HWTEST_F()
/foundation/multimedia/image_effect/test/unittest/mock/include/
H A Dmock_producer_surface.h32 MOCK_METHOD3(FlushBuffer, GSError(sptr<SurfaceBuffer>& buffer, int32_t fence, BufferFlushConfig &config));
/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_proxy_surface.cpp60 surface_->FlushBuffer(buffer_); in Unlock()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/InnerAPI/
H A Dhdrcodec_inner_ndk_sample.cpp143 void HDRCodecInnderNdkSample::FlushBuffer() in FlushBuffer() function in HDRCodecInnderNdkSample
277 FlushBuffer(); in ReConfigure()
430 FlushBuffer(); in RepeatCallStartFlush()
454 FlushBuffer(); in RepeatCallStartStop()
486 FlushBuffer(); in RepeatCallStartFlushStop()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/
H A Dhdrcodec_ndk_sample.cpp175 sample->FlushBuffer(); in RepeatCallStartFlush()
199 sample->FlushBuffer(); in RepeatCallStartStop()
231 sample->FlushBuffer(); in RepeatCallStartFlushStop()
267 void HDRCodecNdkSample::FlushBuffer() in FlushBuffer() function in HDRCodecNdkSample
383 FlushBuffer(); in ReConfigure()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_shared_test.cpp135 * Function: FlushBuffer
139 * CaseDescription: 1. call FlushBuffer with buffer=buffer1, buffer2
144 PART("FlushBuffer") { in HWTEST_F()
146 STEP("1: FlushBuffer two times") { in HWTEST_F()
148 ret1 = producerSurface1->FlushBuffer(buffer1, -1, flushConfig); in HWTEST_F()
149 ret2 = producerSurface2->FlushBuffer(buffer2, -1, flushConfig); in HWTEST_F()
H A Dbuffer_queue_producer_remote_test.cpp230 * Function: RequestBuffer, FlushBuffer, AcquireBuffer and ReleaseBuffer
234 * CaseDescription: 1. call RequestBuffer and FlushBuffer
246 ret = bp->FlushBuffer(retval.sequence, bedata, acquireFence, flushConfig); in HWTEST_F()
261 * Function: RequestBuffer, FlushBuffer, AcquireBuffer and ReleaseBuffer
265 * CaseDescription: 1. call RequestBuffer and FlushBuffer
266 * 2. call FlushBuffer again
278 ret = bp->FlushBuffer(retval.sequence, bedata, acquireFence, flushConfig); in HWTEST_F()
281 ret = bp->FlushBuffer(retval.sequence, bedata, acquireFence, flushConfig); in HWTEST_F()
/foundation/graphic/surface_lite/interfaces/innerkits/
H A Dbuffer_producer.h79 virtual int32_t FlushBuffer(SurfaceBufferImpl* buffer) = 0;
H A Dsurface_impl.h173 int32_t FlushBuffer(SurfaceBuffer* buffer) override;
/foundation/graphic/surface_lite/interfaces/kits/
H A Dsurface.h256 virtual int32_t FlushBuffer(SurfaceBuffer* buffer) = 0;
/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_client_producer.h62 int32_t FlushBuffer(SurfaceBufferImpl* buffer) override;
H A Dsurface_impl.cpp211 int32_t SurfaceImpl::FlushBuffer(SurfaceBuffer* buffer) in FlushBuffer() function in OHOS::SurfaceImpl
216 return producer_->FlushBuffer(liteBuffer); in FlushBuffer()
H A Dbuffer_queue_producer.h61 int32_t FlushBuffer(SurfaceBufferImpl* buffer) override;
/foundation/multimedia/image_effect/test/unittest/mock/src/
H A Dmock_producer_surface.cpp66 ON_CALL(*this, FlushBuffer(_, _, _)).WillByDefault(Return(GSError::GSERROR_OK)); in MockProducerSurface()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface.h47 virtual GSError FlushBuffer(sptr<SurfaceBuffer>& buffer,
56 virtual GSError FlushBuffer(sptr<SurfaceBuffer>& buffer,
124 virtual GSError FlushBuffer(sptr<SurfaceBuffer>& buffer, const sptr<SyncFence>& fence,
H A Diconsumer_surface.h49 virtual GSError FlushBuffer(sptr<SurfaceBuffer>& buffer,
58 virtual GSError FlushBuffer(sptr<SurfaceBuffer>& buffer,
136 virtual GSError FlushBuffer(sptr<SurfaceBuffer>& buffer, const sptr<SyncFence>& fence,
/foundation/graphic/surface_lite/test/unittest/
H A Dgraphic_surface_test.cpp641 EXPECT_TRUE(surface->FlushBuffer(buffer) != 0); // Not allocated by surface, could not flush. in HWTEST_F()
642 EXPECT_EQ(0, surface->FlushBuffer(requestBuffer)); // allocated by surface, could flush. in HWTEST_F()
672 EXPECT_EQ(0, surface->FlushBuffer(requestBuffer)); // allocated by surface, could flush. in HWTEST_F()
711 EXPECT_EQ(0, surface->FlushBuffer(requestBuffer)); // allocated by surface, could flush. in HWTEST_F()
772 EXPECT_EQ(0, surface->FlushBuffer(requestBuffer)); // allocated by surface, could flush. in HWTEST_F()
/foundation/window/window_manager/utils/src/
H A Dsurface_draw.cpp61 OHOS::SurfaceError ret = layer->FlushBuffer(buffer, -1, flushConfig); in DrawImage()
63 WLOGFE("draw pointer FlushBuffer ret:%{public}s", SurfaceErrorStr(ret).c_str()); in DrawImage()
92 OHOS::SurfaceError ret = layer->FlushBuffer(buffer, -1, flushConfig); in DrawImage()
94 WLOGFE("draw pointer FlushBuffer ret:%{public}s", SurfaceErrorStr(ret).c_str()); in DrawImage()
123 OHOS::SurfaceError ret = layer->FlushBuffer(buffer, -1, flushConfig); in DrawColor()
125 WLOGFE("draw pointer FlushBuffer ret:%{public}s", SurfaceErrorStr(ret).c_str()); in DrawColor()
290 OHOS::SurfaceError surfaceRet = layer->FlushBuffer(buffer, -1, flushConfig); in DrawImageRect()
292 WLOGFE("draw pointer FlushBuffer ret:%{public}s", SurfaceErrorStr(surfaceRet).c_str()); in DrawImageRect()
420 OHOS::SurfaceError surfaceRet = layer->FlushBuffer(buffer, -1, flushConfig); in DrawMasking()
422 WLOGFE("draw masking FlushBuffer re in DrawMasking()
[all...]
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_drop_frame_processor_unit_test.cpp102 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in HWTEST_F()
171 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in HWTEST_F()
H A Drs_unittest_drop_frame_processor_test.cpp117 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in HWTEST_F()
171 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in HWTEST_F()
H A Drs_test_util.cpp47 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in CreateSurfaceNodeWithBuffer()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_drop_frame_processor_test.cpp117 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in HWTEST_F()
171 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig); in HWTEST_F()
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp116 output_.FlushBuffer(); in AcquireHandle()
137 output_.FlushBuffer(); in ReleaseHandle()
234 output_.FlushBuffer(); in AddDeathRecipient()
242 output_.FlushBuffer(); in AddDeathRecipient()
267 output_.FlushBuffer(); in RemoveDeathRecipient()
274 output_.FlushBuffer(); in RemoveDeathRecipient()
298 output_.FlushBuffer(); in TranslateIRemoteObject()
304 output_.FlushBuffer(); in TranslateIRemoteObject()
619 output_.FlushBuffer(); in OnBinderDied()
658 output_.FlushBuffer(); in OnAcquireObject()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_overlay_demo.cpp87 ret = surface->FlushBuffer(buffer, -1, flushConfig); in main()
92 std::cout << "FlushBuffer Success" << std::endl; in main()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_raster.cpp78 SurfaceError err = producer_->FlushBuffer(oriFramePtr->buffer_, -1, oriFramePtr->flushConfig_); in FlushFrame()

Completed in 13 milliseconds

12345