Home
last modified time | relevance | path

Searched refs:UnmapBuffer (Results 1 - 13 of 13) sorted by relevance

/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dbuffer_allocator_utils.cpp86 RetCode BufferAllocatorUtils::UnmapBuffer(std::shared_ptr<IBuffer>& buffer) in UnmapBuffer() function in OHOS::Camera::BufferAllocatorUtils
90 return allocator->UnmapBuffer(buffer); in UnmapBuffer()
H A Dbuffer_allocator.cpp39 RetCode BufferAllocator::UnmapBuffer(std::shared_ptr<IBuffer>&) in UnmapBuffer() function in OHOS::Camera::BufferAllocator
H A Dbuffer_pool.cpp124 RetCode ret = bufferAllocator_->UnmapBuffer(it); in DestroyBuffer()
139 RetCode ret = bufferAllocator_->UnmapBuffer(it); in DestroyBuffer()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
H A Dbuffer_allocator.h36 RetCode UnmapBuffer(std::shared_ptr<IBuffer>&) override;
/drivers/peripheral/camera/vdi_base/common/include/
H A Dibuffer_allocator.h45 virtual RetCode UnmapBuffer(std::shared_ptr<IBuffer>&) = 0;
H A Dbuffer_allocator_utils.h43 static RetCode UnmapBuffer(std::shared_ptr<IBuffer>& buffer);
/drivers/peripheral/display/hdi_service/gralloc/client/
H A Dmapper_adapter.h33 int32_t UnmapBuffer(const BufferHandle& handle) const;
H A Dmapper_adapter.cpp53 int32_t MapperAdapter::UnmapBuffer(const BufferHandle& handle) const in UnmapBuffer() function in OHOS::HDI::Display::V1_0::MapperAdapter
H A Ddisplay_gralloc_client.cpp107 auto ret = mapperAdapter_->UnmapBuffer(handle); in Unmap()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/
H A Dheap_buffer_allocator.h37 RetCode UnmapBuffer(std::shared_ptr<IBuffer>&) override;
H A Dheap_buffer_allocator.cpp79 RetCode HeapBufferAllocator::UnmapBuffer(std::shared_ptr<IBuffer>&) in UnmapBuffer() function in OHOS::Camera::HeapBufferAllocator
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/
H A Dgralloc_buffer_allocator.h37 RetCode UnmapBuffer(std::shared_ptr<IBuffer>& buffer) override;
H A Dgralloc_buffer_allocator.cpp134 RetCode GrallocBufferAllocator::UnmapBuffer(std::shared_ptr<IBuffer>& buffer) in UnmapBuffer() function in OHOS::Camera::GrallocBufferAllocator

Completed in 6 milliseconds