Home
last modified time | relevance | path

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

12

/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Ddisplay_gralloc.cpp49 static int32_t FlushCache(BufferHandle *handle) in FlushCache() function
53 return AllocatorManager::GetInstance().GetAllocator(handle->usage)->FlushCache(*handle); in FlushCache()
84 grallocFuncs->FlushCache = FlushCache; in GrallocInitialize()
H A Ddisplay_buffer_vdi_impl.h37 virtual int32_t FlushCache(const BufferHandle& handle) const override;
H A Ddisplay_buffer_vdi_impl.cpp67 int32_t DisplayBufferVdiImpl::FlushCache(const BufferHandle& handle) const in FlushCache() function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
H A Dallocator.h65 virtual int32_t FlushCache(BufferHandle &handle);
/drivers/peripheral/display/hdi_service/gralloc/client/
H A Dmapper_adapter.cpp67 int32_t MapperAdapter::FlushCache(const BufferHandle& handle) const in FlushCache() function in OHOS::HDI::Display::V1_0::MapperAdapter
70 ret = mapperFuncs_->FlushCache(const_cast<BufferHandle *>(&handle)); in FlushCache()
H A Dmapper_adapter.h35 int32_t FlushCache(const BufferHandle& handle) const;
H A Ddisplay_gralloc_client.cpp114 int32_t DisplayGrallocClient::FlushCache(const BufferHandle &handle) const in FlushCache() function in OHOS::HDI::Display::V1_0::DisplayGrallocClient
116 auto ret = mapperAdapter_->FlushCache(handle); in FlushCache()
H A Ddisplay_gralloc_client.h39 int32_t FlushCache(const BufferHandle &handle) const override;
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dbuffer_allocator_utils.cpp93 RetCode BufferAllocatorUtils::FlushCache(std::shared_ptr<IBuffer>& buffer) in FlushCache() function in OHOS::Camera::BufferAllocatorUtils
97 return allocator->FlushCache(buffer); in FlushCache()
H A Dbuffer_allocator.cpp44 RetCode BufferAllocator::FlushCache(std::shared_ptr<IBuffer>&) in FlushCache() function in OHOS::Camera::BufferAllocator
/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
H A Dbuffer_allocator.h37 RetCode FlushCache(std::shared_ptr<IBuffer>&) override;
/drivers/peripheral/camera/vdi_base/common/include/
H A Dibuffer_allocator.h48 virtual RetCode FlushCache(std::shared_ptr<IBuffer>&) = 0;
H A Dbuffer_allocator_utils.h46 static RetCode FlushCache(std::shared_ptr<IBuffer>& buffer);
/drivers/peripheral/display/interfaces/include/
H A Ddisplay_gralloc.h117 int32_t (*FlushCache)(BufferHandle *handle); member
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/
H A Dgralloc_buffer_allocator.cpp161 RetCode GrallocBufferAllocator::FlushCache(std::shared_ptr<IBuffer>& buffer) in FlushCache() function in OHOS::Camera::GrallocBufferAllocator
164 CHECK_IF_PTR_NULL_RETURN_VALUE(grallocFuncs_->FlushCache, RC_ERROR); in FlushCache()
172 if (grallocFuncs_->FlushCache(handle) != DISPLAY_SUCCESS) { in FlushCache()
H A Dgralloc_buffer_allocator.h38 RetCode FlushCache(std::shared_ptr<IBuffer>& buffer) override;
/drivers/interface/display/buffer/v1_0/include/
H A Didisplay_buffer.h101 virtual int32_t FlushCache(const BufferHandle& handle) const = 0;
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/
H A Dheap_buffer_allocator.h38 RetCode FlushCache(std::shared_ptr<IBuffer>&) override;
/drivers/peripheral/display/hdi_service/gralloc/include/
H A Didisplay_gralloc.h108 virtual int32_t FlushCache(const BufferHandle &handle) const = 0;
/drivers/peripheral/display/buffer/hdi_service/src/
H A Dmapper_service.cpp151 int32_t MapperService::FlushCache(const sptr<NativeBuffer>& handle) in FlushCache() function in OHOS::HDI::Display::Buffer::V1_0::MapperService
159 int32_t ret = vdiImpl_->FlushCache(*buffer); in FlushCache()
/drivers/peripheral/display/buffer/hdi_service/include/
H A Dmapper_service.h40 int32_t FlushCache(const sptr<NativeBuffer>& handle) override;
H A Didisplay_buffer_vdi.h95 virtual int32_t FlushCache(const BufferHandle& handle) const = 0;
/drivers/peripheral/display/buffer/vdi_base/include/
H A Ddisplay_buffer_vdi_impl.h38 virtual int32_t FlushCache(const BufferHandle& handle) const override;
/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_buffer_vdi_impl.cpp67 int32_t DisplayBufferVdiImpl::FlushCache(const BufferHandle& handle) const in FlushCache() function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
/drivers/interface/display/buffer/v1_0/hdi_impl/
H A Ddisplay_buffer_hdi_impl.h171 int32_t FlushCache(const BufferHandle& handle) const override
177 int32_t ret = mapper_->FlushCache(hdiBuffer);

Completed in 6 milliseconds

12