Home
last modified time | relevance | path

Searched refs:FlushBuffer (Results 1 – 25 of 149) sorted by relevance

123456

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_stub_mock_test.cpp70 data.FlushBuffer();
71 reply.FlushBuffer();
89 data.FlushBuffer();
90 reply.FlushBuffer();
94 data.FlushBuffer();
95 reply.FlushBuffer();
99 data.FlushBuffer();
104 data.FlushBuffer();
124 data.FlushBuffer();
129 data.FlushBuffer();
[all …]
H A Dsec_comp_stub_test.cpp69 data.FlushBuffer();
70 reply.FlushBuffer();
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_producer_surface_adapter_wrapper.cpp48 int32_t ArkProducerSurfaceAdapterWrapper::FlushBuffer(std::shared_ptr<OHOS::NWeb::SurfaceBufferAdap… in FlushBuffer() function in OHOS::ArkWeb::ArkProducerSurfaceAdapterWrapper
54 return ctocpp_->FlushBuffer(bufferWrapper->ctocpp_, fence, nullptr); in FlushBuffer()
57 …return ctocpp_->FlushBuffer(bufferWrapper->ctocpp_, fence, new ArkBufferFlushConfigAdapterImpl(con… in FlushBuffer()
H A Dark_producer_surface_adapter_wrapper.h32 int32_t FlushBuffer(std::shared_ptr<OHOS::NWeb::SurfaceBufferAdapter> buffer, int32_t fence,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_producer_surface_adapter_impl.cpp47 int32_t ArkProducerSurfaceAdapterImpl::FlushBuffer( in FlushBuffer() function in OHOS::ArkWeb::ArkProducerSurfaceAdapterImpl
52 return real_->FlushBuffer(std::move(imp->real_), fence, nullptr); in FlushBuffer()
55 return real_->FlushBuffer( in FlushBuffer()
H A Dark_producer_surface_adapter_impl.h32 int32_t FlushBuffer(ArkWebRefPtr<ArkSurfaceBufferAdapter> buffer, int32_t fence,
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H A Dsurface_adapter_impl_test.cpp233 EXPECT_EQ(pSurface->FlushBuffer(buffer, fence, flushConfig_), OHOS::GSERROR_OK);
298 int32_t result = adapter->FlushBuffer(nullptr, 1, flushConfigAdapter);
300 result = adapter->FlushBuffer(buffer, 1, flushConfigAdapter);
302 result = adapter->FlushBuffer(buffer, 1, nullptr);
307 result = adapter->FlushBuffer(buffer, 1, flushConfigAdapter);
309 result = adapter->FlushBuffer(nullptr, 1, flushConfigAdapter);
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/dataability/unittest/
H A Ddata_ability_predicates_test.cpp123 outParcel.FlushBuffer();
197 outParcel.FlushBuffer();
223 outParcel.FlushBuffer();
269 outParcel.FlushBuffer();
309 outParcel.FlushBuffer();
366 outParcel.FlushBuffer();
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_surface_adapter.cpp93 return this->FlushBuffer(surface, surfaceBuffer, width, height); in OutputFrameCallback()
164 bool NWebSurfaceAdapter::FlushBuffer( in FlushBuffer() function in OHOS::NWeb::NWebSurfaceAdapter
179 SurfaceError ret = surface->FlushBuffer(surfaceBuffer, -1, flushConfig); in FlushBuffer()
/ohos5.0/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()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp568 parcel.FlushBuffer(); in WritevecTestOneFunc01()
577 parcel.FlushBuffer(); in WritevecTestOneFunc01()
586 parcel.FlushBuffer(); in WritevecTestOneFunc01()
607 parcel.FlushBuffer(); in WritevecTestOneFunc02()
616 parcel.FlushBuffer(); in WritevecTestOneFunc02()
625 parcel.FlushBuffer(); in WritevecTestOneFunc02()
646 parcel.FlushBuffer(); in WritevecTestOneFunc03()
655 parcel.FlushBuffer(); in WritevecTestOneFunc03()
664 parcel.FlushBuffer(); in WritevecTestOneFunc03()
671 parcel.FlushBuffer(); in WritevecTestOneFunc03()
[all …]
/ohos5.0/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 …]
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dsurface_draw.cpp61 OHOS::SurfaceError ret = layer->FlushBuffer(buffer, -1, flushConfig); in DrawImage()
92 OHOS::SurfaceError ret = layer->FlushBuffer(buffer, -1, flushConfig); in DrawImage()
123 OHOS::SurfaceError ret = layer->FlushBuffer(buffer, -1, flushConfig); in DrawColor()
290 OHOS::SurfaceError surfaceRet = layer->FlushBuffer(buffer, -1, flushConfig); in DrawImageRect()
420 OHOS::SurfaceError surfaceRet = layer->FlushBuffer(buffer, -1, flushConfig); in DrawMasking()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
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,
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,
/ohos5.0/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.
642 EXPECT_EQ(0, surface->FlushBuffer(requestBuffer)); // allocated by surface, could flush.
672 EXPECT_EQ(0, surface->FlushBuffer(requestBuffer)); // allocated by surface, could flush.
711 EXPECT_EQ(0, surface->FlushBuffer(requestBuffer)); // allocated by surface, could flush.
772 EXPECT_EQ(0, surface->FlushBuffer(requestBuffer)); // allocated by surface, could flush.
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_producer_remote_test.cpp246 ret = bp->FlushBuffer(retval.sequence, bedata, acquireFence, flushConfig);
278 ret = bp->FlushBuffer(retval.sequence, bedata, acquireFence, flushConfig);
281 ret = bp->FlushBuffer(retval.sequence, bedata, acquireFence, flushConfig);
H A Dbuffer_shared_test.cpp148 ret1 = producerSurface1->FlushBuffer(buffer1, -1, flushConfig);
149 ret2 = producerSurface2->FlushBuffer(buffer2, -1, flushConfig);
H A Dbuffer_queue_test.cpp161 ret = bq->FlushBuffer(retval.sequence, bedata, acquireFence, flushConfig);
248 ret = bq->FlushBuffer(retval.sequence, bedata, acquireFence, flushConfig);
251 ret = bq->FlushBuffer(retval.sequence, bedata, acquireFence, flushConfig);
351 ret = bq->FlushBuffer(retval.sequence, bedata, acquireFence, flushConfig);
382 ret = bq->FlushBuffer(sequence, bedata, acquireFence, flushConfig);
839 ret = bq->FlushBuffer(retval.sequence, bedata, acquireFence, flushConfig);
/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dstream_operator.cpp54 producer.FlushBuffer = BufferProducerFlushBuffer; in IsStreamsSupported()
98 producer.FlushBuffer = BufferProducerFlushBuffer; in CreateStreams()
194 bufferQueue.FlushBuffer = BufferProducerFlushBuffer; in AttachBufferQueue()
/ohos5.0/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);
171 ret = psurf->FlushBuffer(buffer, flushFence, flushConfig);
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dconsumer_surface.h48 GSError FlushBuffer(sptr<SurfaceBuffer>& buffer,
58 GSError FlushBuffer(sptr<SurfaceBuffer>& buffer,
60 GSError FlushBuffer(sptr<SurfaceBuffer>& buffer, const sptr<SyncFence>& fence,
H A Dproducer_surface.h52 GSError FlushBuffer(sptr<SurfaceBuffer>& buffer,
64 GSError FlushBuffer(sptr<SurfaceBuffer>& buffer,
68 GSError FlushBuffer(sptr<SurfaceBuffer>& buffer, const sptr<SyncFence>& fence,
/ohos5.0/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 &c…
/ohos5.0/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_proxy_surface.cpp60 surface_->FlushBuffer(buffer_); in Unlock()

123456