/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | mapped_file.cpp | 251 ErrCode MappedFile::Unmap() in Unmap() function in OHOS::Utils::MappedFile 405 ErrCode res = Unmap(); in TurnNext() 459 ErrCode res = Unmap(); in Clear() 478 ErrCode res = Unmap(); in ~MappedFile() 528 if (!isMapped_ || Unmap() == MAPPED_FILE_ERR_OK) { in ChangeOffset() 543 if (!isMapped_ || Unmap() == MAPPED_FILE_ERR_OK) { in ChangeSize() 558 if (!isMapped_ || Unmap() == MAPPED_FILE_ERR_OK) { in ChangePath() 579 if (!isMapped_ || Unmap() == MAPPED_FILE_ERR_OK) { in ChangeHint() 594 if (!isMapped_ || Unmap() == MAPPED_FILE_ERR_OK) { in ChangeMode()
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | display_gralloc.cpp | 42 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()
|
H A D | display_buffer_vdi_impl.h | 36 virtual int32_t Unmap(const BufferHandle& handle) const override;
|
H A D | framebuffer_allocator.h | 28 int32_t Unmap(BufferHandle &handle) override;
|
H A D | display_buffer_vdi_impl.cpp | 62 int32_t DisplayBufferVdiImpl::Unmap(const BufferHandle& handle) const in Unmap() function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | interface_i_mapper_v10.md | 22 | [Unmap](#unmap) ([in] NativeBuffer handle) | 内存反映射,将内存进行反映射。 | 126 ### Unmap() 129 IMapper::Unmap ([in] NativeBuffer handle)
|
/ohos5.0/drivers/peripheral/display/buffer/test/moduletest/ |
H A D | display_buffer_mt.cpp | 134 g_dispbuf->Unmap(*bHandle); in RunTest() 142 g_dispbuf->Unmap(*bHandle); in RunTest() 148 g_dispbuf->Unmap(*bHandle); in RunTest()
|
/ohos5.0/drivers/interface/display/composer/cache_manager/ |
H A D | layer_cache.cpp | 120 int32_t ret = Unmap(buffer); in NativeBufferCleanUp() 155 int32_t LayerCache::Unmap(std::unique_ptr<NativeBuffer>& buffer) in Unmap() function in OHOS::HDI::Display::Composer::LayerCache 171 return mapperService->Unmap(nativeBuffer); in Unmap()
|
H A D | layer_cache.h | 48 static int32_t Unmap(std::unique_ptr<NativeBuffer>& buffer);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_buffer_vk.cpp | 158 Unmap(); in ~GpuBufferVk() 250 Unmap(); in Map() 280 Unmap(); in MapMemory() 296 void GpuBufferVk::Unmap() const in Unmap() function in GpuBufferVk
|
H A D | gpu_buffer_vk.h | 53 void Unmap() const override;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_buffer_gles.cpp | 177 Unmap(); in Map() 209 void GpuBufferGLES::Unmap() const in Unmap() function in GpuBufferGLES 236 Unmap(); in MapMemory()
|
H A D | gpu_buffer_gles.h | 50 void Unmap() const override;
|
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/ |
H A D | jpeg_decoder.cpp | 125 hdiBuffer_->Unmap(*outHandle); in OnEvent() 213 hdiBuffer_->Unmap(*bufferHandle); in Decode() 229 hdiBuffer_->Unmap(*outHandle); in Decode()
|
/ohos5.0/drivers/peripheral/display/buffer/test/unittest/ |
H A D | display_buffer_ut.cpp | 455 displayBuffer_->Unmap(*buffer); in AllocMemTest() 462 displayBuffer_->Unmap(*buffer); in AllocMemTest() 470 displayBuffer_->Unmap(*buffer); in AllocMemTest() 475 displayBuffer_->Unmap(*buffer); in AllocMemTest()
|
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/src/ |
H A D | mapper_service.cpp | 138 int32_t MapperService::Unmap(const sptr<NativeBuffer>& handle) in Unmap() function in OHOS::HDI::Display::Buffer::V1_0::MapperService 146 int32_t ret = vdiImpl_->Unmap(*buffer); in Unmap()
|
/ohos5.0/drivers/interface/display/buffer/v1_0/hdi_impl/ |
H A D | display_buffer_hdi_impl.h | 161 int32_t Unmap(const BufferHandle& handle) const override in Unmap() function 167 int32_t ret = mapper_->Unmap(hdiBuffer); in Unmap()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_buffer.h | 43 virtual void Unmap() const = 0;
|
/ohos5.0/drivers/peripheral/display/hal/default/ |
H A D | display_gralloc.c | 319 static int32_t Unmap(BufferHandle *buffer) in Unmap() function 360 gFuncs->Unmap = Unmap; in GrallocInitialize()
|
/ohos5.0/drivers/peripheral/display/interfaces/include/ |
H A D | display_gralloc.h | 105 int32_t (*Unmap)(BufferHandle *handle); member
|
/ohos5.0/drivers/interface/display/buffer/v1_0/include/ |
H A D | idisplay_buffer.h | 89 virtual int32_t Unmap(const BufferHandle& handle) const = 0;
|
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/include/ |
H A D | idisplay_gralloc.h | 96 virtual int32_t Unmap(const BufferHandle &handle) const = 0;
|
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/client/ |
H A D | display_gralloc_client.h | 38 int32_t Unmap(const BufferHandle& handle) const override;
|
H A D | mapper_adapter.cpp | 56 ret = mapperFuncs_->Unmap(const_cast<BufferHandle *>(&handle)); in UnmapBuffer()
|
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/include/ |
H A D | mapper_service.h | 39 int32_t Unmap(const sptr<NativeBuffer>& handle) override;
|