Home
last modified time | relevance | path

Searched refs:Unmap (Results 1 – 25 of 34) sorted by relevance

12

/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
Ddisplay_gralloc.cpp42 static int32_t Unmap(BufferHandle *handle) in Unmap() function
46 return AllocatorManager::GetInstance().GetAllocator(handle->usage)->Unmap(*handle); in Unmap()
82 grallocFuncs->Unmap = Unmap; in GrallocInitialize()
Ddisplay_buffer_vdi_impl.h36 virtual int32_t Unmap(const BufferHandle& handle) const override;
Dframebuffer_allocator.h28 int32_t Unmap(BufferHandle &handle) override;
Ddisplay_buffer_vdi_impl.cpp62 int32_t DisplayBufferVdiImpl::Unmap(const BufferHandle& handle) const in Unmap() function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
Dallocator.h63 virtual int32_t Unmap(BufferHandle &handle);
Dframebuffer_allocator.cpp162 int32_t FramebufferAllocator::Unmap(BufferHandle &handle) in Unmap() function in OHOS::HDI::DISPLAY::FramebufferAllocator
Dallocator.cpp272 int32_t Allocator::Unmap(BufferHandle &handle) in Unmap() function in OHOS::HDI::DISPLAY::Allocator
/drivers/peripheral/display/buffer/test/unittest/
Ddisplay_buffer_ut.cpp243 displayBuffer_->Unmap(*buffer); in AllocMemTest()
250 displayBuffer_->Unmap(*buffer); in AllocMemTest()
259 displayBuffer_->Unmap(*buffer); in AllocMemTest()
264 displayBuffer_->Unmap(*buffer); in AllocMemTest()
/drivers/peripheral/display/buffer/test/moduletest/
Ddisplay_buffer_mt.cpp134 g_dispbuf->Unmap(*bHandle); in RunTest()
142 g_dispbuf->Unmap(*bHandle); in RunTest()
148 g_dispbuf->Unmap(*bHandle); in RunTest()
/drivers/peripheral/display/buffer/hdi_service/src/
Dmapper_service.cpp112 int32_t MapperService::Unmap(const sptr<NativeBuffer>& handle) in Unmap() function in OHOS::HDI::Display::Buffer::V1_0::MapperService
116 int32_t ret = vdiImpl_->Unmap(*handle->GetBufferHandle()); in Unmap()
/drivers/peripheral/display/interfaces/include/
Ddisplay_gralloc.h105 int32_t (*Unmap)(BufferHandle *handle); member
/drivers/peripheral/display/buffer/hdi_service/include/
Dmapper_service.h35 int32_t Unmap(const sptr<NativeBuffer>& handle) override;
Didisplay_buffer_vdi.h80 virtual int32_t Unmap(const BufferHandle& handle) const = 0;
/drivers/interface/display/buffer/v1_0/include/
Didisplay_buffer.h89 virtual int32_t Unmap(const BufferHandle& handle) const = 0;
/drivers/peripheral/display/hdi_service/gralloc/include/
Didisplay_gralloc.h96 virtual int32_t Unmap(const BufferHandle &handle) const = 0;
/drivers/peripheral/display/hdi_service/gralloc/client/
Ddisplay_gralloc_client.h38 int32_t Unmap(const BufferHandle& handle) const override;
Dmapper_adapter.cpp56 ret = mapperFuncs_->Unmap(const_cast<BufferHandle *>(&handle)); in UnmapBuffer()
Ddisplay_gralloc_client.cpp105 int32_t DisplayGrallocClient::Unmap(const BufferHandle &handle) const in Unmap() function in OHOS::HDI::Display::V1_0::DisplayGrallocClient
/drivers/interface/display/buffer/v1_0/hdi_impl/
Ddisplay_buffer_hdi_impl.h41 int32_t Unmap(const BufferHandle& handle) const override;
Ddisplay_buffer_hdi_impl.cpp165 int32_t DisplayBufferHdiImpl::Unmap(const BufferHandle& handle) const in Unmap() function in OHOS::HDI::Display::Buffer::V1_0::DisplayBufferHdiImpl
171 int32_t ret = mapper_->Unmap(hdiBuffer); in Unmap()
/drivers/interface/display/buffer/v1_0/
DIMapper.idl23 Unmap([in] NativeBuffer handle);
/drivers/peripheral/display/hal/default/
Ddisplay_gralloc.c319 static int32_t Unmap(BufferHandle *buffer) in Unmap() function
360 gFuncs->Unmap = Unmap; in GrallocInitialize()
/drivers/peripheral/codec/test/demo/jpeg/src/
Djpeg_decoder.cpp130 hdiBuffer_->Unmap(*outHandle); in OnEvent()
219 hdiBuffer_->Unmap(*bufferHandle); in Decode()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/
Dgralloc_buffer_allocator.cpp137 CHECK_IF_PTR_NULL_RETURN_VALUE(grallocFuncs_->Unmap, RC_ERROR); in UnmapBuffer()
145 if (grallocFuncs_->Unmap(handle) != DISPLAY_SUCCESS) { in UnmapBuffer()
/drivers/peripheral/codec/test/demo/v1.0/
Dcodec_gralloc_wrapper.cpp84 g_gralloc->Unmap(*bufferHandle); in GrMemUnmap()

12