Home
last modified time | relevance | path

Searched refs:FlushCache (Results 1 – 25 of 31) sorted by relevance

12

/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
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()
Ddisplay_buffer_vdi_impl.h37 virtual int32_t FlushCache(const BufferHandle& handle) const override;
Ddisplay_buffer_vdi_impl.cpp67 int32_t DisplayBufferVdiImpl::FlushCache(const BufferHandle& handle) const in FlushCache() function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
Dallocator.h65 virtual int32_t FlushCache(BufferHandle &handle);
/drivers/peripheral/display/hdi_service/gralloc/client/
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()
Dmapper_adapter.h35 int32_t FlushCache(const BufferHandle& handle) const;
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()
Ddisplay_gralloc_client.h39 int32_t FlushCache(const BufferHandle &handle) const override;
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
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()
Dbuffer_allocator.cpp44 RetCode BufferAllocator::FlushCache(std::shared_ptr<IBuffer>&) in FlushCache() function in OHOS::Camera::BufferAllocator
/drivers/peripheral/display/buffer/hdi_service/src/
Dmapper_service.cpp121 int32_t MapperService::FlushCache(const sptr<NativeBuffer>& handle) in FlushCache() function in OHOS::HDI::Display::Buffer::V1_0::MapperService
125 int32_t ret = vdiImpl_->FlushCache(*handle->GetBufferHandle()); in FlushCache()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
Dbuffer_allocator.h37 RetCode FlushCache(std::shared_ptr<IBuffer>&) override;
/drivers/peripheral/display/interfaces/include/
Ddisplay_gralloc.h117 int32_t (*FlushCache)(BufferHandle *handle); member
/drivers/peripheral/camera/vdi_base/common/include/
Dibuffer_allocator.h48 virtual RetCode FlushCache(std::shared_ptr<IBuffer>&) = 0;
Dbuffer_allocator_utils.h46 static RetCode FlushCache(std::shared_ptr<IBuffer>& buffer);
/drivers/peripheral/display/buffer/hdi_service/include/
Dmapper_service.h36 int32_t FlushCache(const sptr<NativeBuffer>& handle) override;
Didisplay_buffer_vdi.h92 virtual int32_t FlushCache(const BufferHandle& handle) const = 0;
/drivers/interface/display/buffer/v1_0/include/
Didisplay_buffer.h101 virtual int32_t FlushCache(const BufferHandle& handle) const = 0;
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/
Dheap_buffer_allocator.h38 RetCode FlushCache(std::shared_ptr<IBuffer>&) override;
/drivers/peripheral/display/hdi_service/gralloc/include/
Didisplay_gralloc.h108 virtual int32_t FlushCache(const BufferHandle &handle) const = 0;
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/
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()
Dgralloc_buffer_allocator.h38 RetCode FlushCache(std::shared_ptr<IBuffer>& buffer) override;
/drivers/interface/display/buffer/v1_0/hdi_impl/
Ddisplay_buffer_hdi_impl.h42 int32_t FlushCache(const BufferHandle& handle) const override;
Ddisplay_buffer_hdi_impl.cpp175 int32_t DisplayBufferHdiImpl::FlushCache(const BufferHandle& handle) const in FlushCache() function in OHOS::HDI::Display::Buffer::V1_0::DisplayBufferHdiImpl
181 int32_t ret = mapper_->FlushCache(hdiBuffer); in FlushCache()
/drivers/interface/display/buffer/v1_0/
DIMapper.idl24 FlushCache([in] NativeBuffer handle);

12