/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | net_http_cache_proxy.h | 41 static void FlushCache();
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/include/ |
H A D | cache_proxy.h | 39 static void FlushCache();
|
/foundation/graphic/surface_lite/frameworks/ |
H A D | buffer_manager.h | 73 int32_t FlushCache(SurfaceBufferImpl& buffer) const;
|
H A D | buffer_manager.cpp | 264 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 D | buffer_client_producer.cpp | 87 ret = manager->FlushCache(*buffer); in FlushBuffer()
|
H A D | buffer_queue_producer.cpp | 264 int32_t ret = manager->FlushCache(*buffer); in FlushBuffer()
|
/foundation/graphic/graphic_surface/surface/include/ |
H A D | surface_buffer_impl.h | 39 GSError FlushCache() override;
|
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | surface_buffer.h | 73 virtual GSError FlushCache() = 0;
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/ |
H A D | mock_jpeg_hw_decode_flow.cpp | 117 (void)bufferMgr_->FlushCache(*outputHandle); in DumpDecodeResult()
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_ffi.cpp | 41 CacheProxy::FlushCache(); in CJ_HttpResponseCacheFlush()
|
H A D | net_http_cache_proxy.cpp | 141 void CacheProxy::FlushCache() in FlushCache() function in OHOS::NetStack::Http::CacheProxy
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/ |
H A D | cache_proxy.cpp | 152 void CacheProxy::FlushCache() in FlushCache() function in OHOS::NetStack::Http::CacheProxy
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/ |
H A D | jpeg_hw_decoder.cpp | 323 (void)bufferMgr_->FlushCache(*inputBufferHandle); in CopySrcImgToDecodeInputBuffer() 392 (void)bufferMgr_->FlushCache(*inputBufferHandle); in GetCompressedDataStart()
|
H A D | heif_hw_decoder.cpp | 395 err = output_->FlushCache(); in FlushOutput() 397 LOGW("FlushCache failed, GSError=%{public}d", err); in FlushOutput()
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_buffer_impl.cpp | 214 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 D | buffer_queue.cpp | 748 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 D | image_utils.cpp | 805 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 D | render_environment.cpp | 229 source->extraInfo_->surfaceBuffer->FlushCache();
in DrawBufferToTexture()
|
/foundation/multimedia/image_effect/frameworks/native/efilter/base/ |
H A D | efilter.cpp | 238 source->extraInfo_->surfaceBuffer->FlushCache(); in ConvertFromCPU2GPU()
|
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/ |
H A D | image_sink_filter.cpp | 513 buffer->extraInfo_->surfaceBuffer->FlushCache(); in PushData()
|
/foundation/multimedia/image_effect/frameworks/native/effect/base/ |
H A D | image_effect_inner.cpp | 455 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 D | HeifDecoderImpl.cpp | 532 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 D | image_codec.cpp | 1012 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 D | hcodec.cpp | 788 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 D | http_exec.cpp | 1558 CacheProxy::FlushCache(); in AddCurlHandle()
|