/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
D | display_gralloc.cpp | 49 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()
|
D | display_buffer_vdi_impl.h | 37 virtual int32_t FlushCache(const BufferHandle& handle) const override;
|
D | display_buffer_vdi_impl.cpp | 67 int32_t DisplayBufferVdiImpl::FlushCache(const BufferHandle& handle) const in FlushCache() function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
|
D | allocator.h | 65 virtual int32_t FlushCache(BufferHandle &handle);
|
/drivers/peripheral/display/hdi_service/gralloc/client/ |
D | mapper_adapter.cpp | 67 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()
|
D | mapper_adapter.h | 35 int32_t FlushCache(const BufferHandle& handle) const;
|
D | display_gralloc_client.cpp | 114 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()
|
D | display_gralloc_client.h | 39 int32_t FlushCache(const BufferHandle &handle) const override;
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
D | buffer_allocator_utils.cpp | 93 RetCode BufferAllocatorUtils::FlushCache(std::shared_ptr<IBuffer>& buffer) in FlushCache() function in OHOS::Camera::BufferAllocatorUtils 97 return allocator->FlushCache(buffer); in FlushCache()
|
D | buffer_allocator.cpp | 44 RetCode BufferAllocator::FlushCache(std::shared_ptr<IBuffer>&) in FlushCache() function in OHOS::Camera::BufferAllocator
|
/drivers/peripheral/display/buffer/hdi_service/src/ |
D | mapper_service.cpp | 121 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/ |
D | buffer_allocator.h | 37 RetCode FlushCache(std::shared_ptr<IBuffer>&) override;
|
/drivers/peripheral/display/interfaces/include/ |
D | display_gralloc.h | 117 int32_t (*FlushCache)(BufferHandle *handle); member
|
/drivers/peripheral/camera/vdi_base/common/include/ |
D | ibuffer_allocator.h | 48 virtual RetCode FlushCache(std::shared_ptr<IBuffer>&) = 0;
|
D | buffer_allocator_utils.h | 46 static RetCode FlushCache(std::shared_ptr<IBuffer>& buffer);
|
/drivers/peripheral/display/buffer/hdi_service/include/ |
D | mapper_service.h | 36 int32_t FlushCache(const sptr<NativeBuffer>& handle) override;
|
D | idisplay_buffer_vdi.h | 92 virtual int32_t FlushCache(const BufferHandle& handle) const = 0;
|
/drivers/interface/display/buffer/v1_0/include/ |
D | idisplay_buffer.h | 101 virtual int32_t FlushCache(const BufferHandle& handle) const = 0;
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/ |
D | heap_buffer_allocator.h | 38 RetCode FlushCache(std::shared_ptr<IBuffer>&) override;
|
/drivers/peripheral/display/hdi_service/gralloc/include/ |
D | idisplay_gralloc.h | 108 virtual int32_t FlushCache(const BufferHandle &handle) const = 0;
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/ |
D | gralloc_buffer_allocator.cpp | 161 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()
|
D | gralloc_buffer_allocator.h | 38 RetCode FlushCache(std::shared_ptr<IBuffer>& buffer) override;
|
/drivers/interface/display/buffer/v1_0/hdi_impl/ |
D | display_buffer_hdi_impl.h | 42 int32_t FlushCache(const BufferHandle& handle) const override;
|
D | display_buffer_hdi_impl.cpp | 175 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/ |
D | IMapper.idl | 24 FlushCache([in] NativeBuffer handle);
|