Home
last modified time | relevance | path

Searched refs:FlushCache (Results 1 - 25 of 26) sorted by relevance

12

/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_proxy.h41 static void FlushCache();
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/include/
H A Dcache_proxy.h39 static void FlushCache();
/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_manager.h73 int32_t FlushCache(SurfaceBufferImpl& buffer) const;
H A Dbuffer_manager.cpp264 int32_t BufferManager::FlushCache(SurfaceBufferImpl& buffer) const in FlushCache() function in OHOS::BufferManager
272 if ((grallocFucs_->FlushCache == nullptr) || (grallocFucs_->FlushCache(bufferHandle) != DISPLAY_SUCCESS)) { in FlushCache()
H A Dbuffer_client_producer.cpp87 ret = manager->FlushCache(*buffer); in FlushBuffer()
H A Dbuffer_queue_producer.cpp264 int32_t ret = manager->FlushCache(*buffer); in FlushBuffer()
/foundation/graphic/graphic_surface/surface/include/
H A Dsurface_buffer_impl.h39 GSError FlushCache() override;
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_buffer.h73 virtual GSError FlushCache() = 0;
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
H A Dmock_jpeg_hw_decode_flow.cpp117 (void)bufferMgr_->FlushCache(*outputHandle); in DumpDecodeResult()
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_ffi.cpp41 CacheProxy::FlushCache(); in CJ_HttpResponseCacheFlush()
H A Dnet_http_cache_proxy.cpp141 void CacheProxy::FlushCache() in FlushCache() function in OHOS::NetStack::Http::CacheProxy
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/
H A Dcache_proxy.cpp152 void CacheProxy::FlushCache() in FlushCache() function in OHOS::NetStack::Http::CacheProxy
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp323 (void)bufferMgr_->FlushCache(*inputBufferHandle); in CopySrcImgToDecodeInputBuffer()
392 (void)bufferMgr_->FlushCache(*inputBufferHandle); in GetCompressedDataStart()
H A Dheif_hw_decoder.cpp395 err = output_->FlushCache(); in FlushOutput()
397 LOGW("FlushCache failed, GSError=%{public}d", err); in FlushOutput()
/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_buffer_impl.cpp214 GSError SurfaceBufferImpl::FlushCache() in FlushCache() function in OHOS::SurfaceBufferImpl
225 auto dRet = displayBuffer->FlushCache(*handle_); in FlushCache()
229 BLOGW("FlushCache Failed with %{public}d, seq: %{public}u", dRet, sequenceNumber_); in FlushCache()
H A Dbuffer_queue.cpp748 auto sret = bufferQueueCache_[sequence].buffer->FlushCache(); in DoFlushBuffer()
750 BLOGE("FlushCache ret: %{public}d, seq: %{public}u, uniqueId: %{public}" PRIu64 ".", in DoFlushBuffer()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_utils.cpp805 err = surfaceBuffer->FlushCache(); in FlushSurfaceBuffer()
807 IMAGE_LOGE("ImageUtils FlushCache failed, GSError=%{public}d", err); in FlushSurfaceBuffer()
828 err = surfaceBuffer->FlushCache(); in FlushContextSurfaceBuffer()
830 IMAGE_LOGE("ImageUtils FlushCache failed, GSError=%{public}d", err); in FlushContextSurfaceBuffer()
848 IMAGE_LOGE("ImageUtils FlushCache failed, GSError=%{public}d", err); in InvalidateContextSurfaceBuffer()
/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp229 source->extraInfo_->surfaceBuffer->FlushCache(); in DrawBufferToTexture()
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Defilter.cpp238 source->extraInfo_->surfaceBuffer->FlushCache(); in ConvertFromCPU2GPU()
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/
H A Dimage_sink_filter.cpp513 buffer->extraInfo_->surfaceBuffer->FlushCache(); in PushData()
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp455 surfaceBuffer->FlushCache(); in SetInputSurfaceBuffer()
927 EFFECT_TRACE_BEGIN("outBuffer::FlushCache"); in OnBufferAvailableWithCPU()
928 (void)outBuffer->FlushCache(); in OnBufferAvailableWithCPU()
1000 EFFECT_LOGI("ImageEffect Configure FlushCache"); in Configure()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp532 err = dstHwBuffer_->FlushCache(); in SwDecode()
534 IMAGE_LOGE("FlushCache failed, GSError=%{public}d", err); in SwDecode()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec.cpp1012 err = surfaceBuffer->FlushCache(); in EndCpuAccess()
1014 LOGW("FlushCache failed, GSError=%{public}d", err); in EndCpuAccess()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp788 err = surfaceBuffer->FlushCache(); in EndCpuAccess()
790 LOGW("FlushCache failed, GSError=%d", err); in EndCpuAccess()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp1558 CacheProxy::FlushCache(); in AddCurlHandle()

Completed in 26 milliseconds

12