/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
D | display_gralloc.cpp | 56 static int32_t InvalidateCache(BufferHandle *handle) in InvalidateCache() function 60 return AllocatorManager::GetInstance().GetAllocator(handle->usage)->InvalidateCache(*handle); in InvalidateCache() 83 grallocFuncs->InvalidateCache = InvalidateCache; in GrallocInitialize()
|
D | display_buffer_vdi_impl.h | 38 virtual int32_t InvalidateCache(const BufferHandle& handle) const override;
|
D | display_buffer_vdi_impl.cpp | 72 int32_t DisplayBufferVdiImpl::InvalidateCache(const BufferHandle& handle) const in InvalidateCache() function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
|
D | allocator.h | 64 virtual int32_t InvalidateCache(BufferHandle &handle);
|
/drivers/peripheral/display/hdi_service/gralloc/client/ |
D | mapper_adapter.cpp | 60 int32_t MapperAdapter::InvalidateCache(const BufferHandle& handle) const in InvalidateCache() function in OHOS::HDI::Display::V1_0::MapperAdapter 63 ret = mapperFuncs_->InvalidateCache(const_cast<BufferHandle *>(&handle)); in InvalidateCache()
|
D | mapper_adapter.h | 34 int32_t InvalidateCache(const BufferHandle& handle) const;
|
D | display_gralloc_client.cpp | 123 int32_t DisplayGrallocClient::InvalidateCache(const BufferHandle &handle) const in InvalidateCache() function in OHOS::HDI::Display::V1_0::DisplayGrallocClient 125 auto ret = mapperAdapter_->InvalidateCache(handle); in InvalidateCache()
|
D | display_gralloc_client.h | 41 int32_t InvalidateCache(const BufferHandle& handle) const override;
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
D | buffer_allocator_utils.cpp | 100 RetCode BufferAllocatorUtils::InvalidateCache(std::shared_ptr<IBuffer>& buffer) in InvalidateCache() function in OHOS::Camera::BufferAllocatorUtils 104 return allocator->InvalidateCache(buffer); in InvalidateCache()
|
D | buffer_allocator.cpp | 49 RetCode BufferAllocator::InvalidateCache(std::shared_ptr<IBuffer>&) in InvalidateCache() function in OHOS::Camera::BufferAllocator
|
/drivers/peripheral/display/buffer/hdi_service/src/ |
D | mapper_service.cpp | 130 int32_t MapperService::InvalidateCache(const sptr<NativeBuffer>& handle) in InvalidateCache() function in OHOS::HDI::Display::Buffer::V1_0::MapperService 134 int32_t ret = vdiImpl_->InvalidateCache(*handle->GetBufferHandle()); in InvalidateCache()
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/ |
D | buffer_allocator.h | 38 RetCode InvalidateCache(std::shared_ptr<IBuffer>&) override;
|
/drivers/peripheral/display/interfaces/include/ |
D | display_gralloc.h | 141 int32_t (*InvalidateCache)(BufferHandle* handle); member
|
/drivers/peripheral/camera/vdi_base/common/include/ |
D | ibuffer_allocator.h | 51 virtual RetCode InvalidateCache(std::shared_ptr<IBuffer>& buffer) = 0;
|
D | buffer_allocator_utils.h | 49 static RetCode InvalidateCache(std::shared_ptr<IBuffer>& buffer);
|
/drivers/peripheral/display/buffer/hdi_service/include/ |
D | mapper_service.h | 37 int32_t InvalidateCache(const sptr<NativeBuffer>& handle) override;
|
D | idisplay_buffer_vdi.h | 104 virtual int32_t InvalidateCache(const BufferHandle& handle) const = 0;
|
/drivers/interface/display/buffer/v1_0/include/ |
D | idisplay_buffer.h | 113 virtual int32_t InvalidateCache(const BufferHandle& handle) const = 0;
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/ |
D | heap_buffer_allocator.h | 39 RetCode InvalidateCache(std::shared_ptr<IBuffer>&) override;
|
/drivers/peripheral/display/hdi_service/gralloc/include/ |
D | idisplay_gralloc.h | 132 virtual int32_t InvalidateCache(const BufferHandle &handle) const = 0;
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/ |
D | gralloc_buffer_allocator.cpp | 184 RetCode GrallocBufferAllocator::InvalidateCache(std::shared_ptr<IBuffer>& buffer) in InvalidateCache() function in OHOS::Camera::GrallocBufferAllocator 187 CHECK_IF_PTR_NULL_RETURN_VALUE(grallocFuncs_->InvalidateCache, RC_ERROR); in InvalidateCache() 195 if (grallocFuncs_->InvalidateCache(invalHandle) != DISPLAY_SUCCESS) { in InvalidateCache()
|
D | gralloc_buffer_allocator.h | 39 RetCode InvalidateCache(std::shared_ptr<IBuffer>& buffer) override;
|
/drivers/interface/display/buffer/v1_0/hdi_impl/ |
D | display_buffer_hdi_impl.h | 43 int32_t InvalidateCache(const BufferHandle& handle) const override;
|
D | display_buffer_hdi_impl.cpp | 185 int32_t DisplayBufferHdiImpl::InvalidateCache(const BufferHandle& handle) const in InvalidateCache() function in OHOS::HDI::Display::Buffer::V1_0::DisplayBufferHdiImpl 191 int32_t ret = mapper_->InvalidateCache(hdiBuffer); in InvalidateCache()
|
/drivers/interface/display/buffer/v1_0/ |
D | IMapper.idl | 25 InvalidateCache([in] NativeBuffer handle);
|