Home
last modified time | relevance | path

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

1234

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dmapped_file.cpp251 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 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()
H A Ddisplay_buffer_vdi_impl.h36 virtual int32_t Unmap(const BufferHandle& handle) const override;
H A Dframebuffer_allocator.h28 int32_t Unmap(BufferHandle &handle) override;
H A Ddisplay_buffer_vdi_impl.cpp62 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 Dinterface_i_mapper_v10.md22 | [Unmap](#unmap) ([in] NativeBuffer handle) | 内存反映射,将内存进行反映射。 |
126 ### Unmap()
129 IMapper::Unmap ([in] NativeBuffer handle)
/ohos5.0/drivers/peripheral/display/buffer/test/moduletest/
H A Ddisplay_buffer_mt.cpp134 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 Dlayer_cache.cpp120 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 Dlayer_cache.h48 static int32_t Unmap(std::unique_ptr<NativeBuffer>& buffer);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_buffer_vk.cpp158 Unmap(); in ~GpuBufferVk()
250 Unmap(); in Map()
280 Unmap(); in MapMemory()
296 void GpuBufferVk::Unmap() const in Unmap() function in GpuBufferVk
H A Dgpu_buffer_vk.h53 void Unmap() const override;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_buffer_gles.cpp177 Unmap(); in Map()
209 void GpuBufferGLES::Unmap() const in Unmap() function in GpuBufferGLES
236 Unmap(); in MapMemory()
H A Dgpu_buffer_gles.h50 void Unmap() const override;
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/
H A Djpeg_decoder.cpp125 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 Ddisplay_buffer_ut.cpp455 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 Dmapper_service.cpp138 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 Ddisplay_buffer_hdi_impl.h161 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 Dgpu_buffer.h43 virtual void Unmap() const = 0;
/ohos5.0/drivers/peripheral/display/hal/default/
H A Ddisplay_gralloc.c319 static int32_t Unmap(BufferHandle *buffer) in Unmap() function
360 gFuncs->Unmap = Unmap; in GrallocInitialize()
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_gralloc.h105 int32_t (*Unmap)(BufferHandle *handle); member
/ohos5.0/drivers/interface/display/buffer/v1_0/include/
H A Didisplay_buffer.h89 virtual int32_t Unmap(const BufferHandle& handle) const = 0;
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/include/
H A Didisplay_gralloc.h96 virtual int32_t Unmap(const BufferHandle &handle) const = 0;
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/client/
H A Ddisplay_gralloc_client.h38 int32_t Unmap(const BufferHandle& handle) const override;
H A Dmapper_adapter.cpp56 ret = mapperFuncs_->Unmap(const_cast<BufferHandle *>(&handle)); in UnmapBuffer()
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/include/
H A Dmapper_service.h39 int32_t Unmap(const sptr<NativeBuffer>& handle) override;

1234