Home
last modified time | relevance | path

Searched defs:Mmap (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Ddisplay_gralloc.cpp35 static void *Mmap(BufferHandle *handle) in Mmap() function
H A Ddisplay_buffer_vdi_impl.cpp57 void* DisplayBufferVdiImpl::Mmap(const BufferHandle& handle) const in Mmap() function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
H A Dframebuffer_allocator.cpp138 void* FramebufferAllocator::Mmap(BufferHandle &handle) in Mmap() function in OHOS::HDI::DISPLAY::FramebufferAllocator
H A Dallocator.cpp254 void *Allocator::Mmap(BufferHandle &handle) in Mmap() function in OHOS::HDI::DISPLAY::Allocator
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_gralloc.h82 void *(*Mmap)(BufferHandle *handle); member
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/src/
H A Dmapper_service.cpp125 int32_t MapperService::Mmap(const sptr<NativeBuffer>& handle) in Mmap() function in OHOS::HDI::Display::Buffer::V1_0::MapperService
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_buffer_vdi_impl.cpp57 void* DisplayBufferVdiImpl::Mmap(const BufferHandle& handle) const in Mmap() function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/client/
H A Ddisplay_gralloc_client.cpp93 void* DisplayGrallocClient::Mmap(const BufferHandle &handle) const in Mmap() function in OHOS::HDI::Display::V1_0::DisplayGrallocClient
/ohos5.0/drivers/interface/display/composer/cache_manager/
H A Dlayer_cache.cpp136 int32_t LayerCache::Mmap(std::unique_ptr<NativeBuffer>& buffer) in Mmap() function in OHOS::HDI::Display::Composer::LayerCache
/ohos5.0/drivers/interface/display/buffer/v1_0/hdi_impl/
H A Ddisplay_buffer_hdi_impl.h150 void *Mmap(const BufferHandle& handle) const override in Mmap() function
/ohos5.0/drivers/peripheral/display/hal/default/
H A Ddisplay_gralloc.c286 static void *Mmap(BufferHandle *buffer) in Mmap() function