Home
last modified time | relevance | path

Searched defs:AllocMem (Results 1 – 10 of 10) sorted by relevance

/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
Ddisplay_gralloc.cpp20 static int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem() function
Ddisplay_buffer_vdi_impl.cpp47 int32_t DisplayBufferVdiImpl::AllocMem(const AllocInfo& info, BufferHandle*& handle) const in AllocMem() function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
Dallocator.cpp152 int32_t Allocator::AllocMem(const AllocInfo &info, BufferHandle **handle) in AllocMem() function in OHOS::HDI::DISPLAY::Allocator
/drivers/peripheral/display/buffer/hdi_service/src/
Dallocator_service.cpp94 int32_t AllocatorService::AllocMem(const AllocInfo& info, sptr<NativeBuffer>& handle) in AllocMem() function in OHOS::HDI::Display::Buffer::V1_0::AllocatorService
/drivers/peripheral/display/interfaces/include/
Ddisplay_gralloc.h61 int32_t (*AllocMem)(const AllocInfo* info, BufferHandle** handle); member
/drivers/peripheral/display/hdi_service/gralloc/client/
Dallocator_proxy.cpp77 int32_t AllocatorProxy::AllocMem(const AllocInfo &info, BufferHandle *&handle) in AllocMem() function in OHOS::HDI::Display::V1_0::AllocatorProxy
Ddisplay_gralloc_client.cpp78 int32_t DisplayGrallocClient::AllocMem(const AllocInfo &info, BufferHandle *&handle) const in AllocMem() function in OHOS::HDI::Display::V1_0::DisplayGrallocClient
/drivers/peripheral/display/hdi_service/gralloc/server/
Dallocator_service_impl.cpp44 int32_t AllocatorService::AllocMem(const AllocInfo &info, BufferHandle *&handle) in AllocMem() function in OHOS::HDI::Display::V1_0::AllocatorService
/drivers/interface/display/buffer/v1_0/hdi_impl/
Ddisplay_buffer_hdi_impl.cpp130 int32_t DisplayBufferHdiImpl::AllocMem(const AllocInfo& info, BufferHandle*& handle) const in AllocMem() function in OHOS::HDI::Display::Buffer::V1_0::DisplayBufferHdiImpl
/drivers/peripheral/display/hal/default/
Ddisplay_gralloc.c206 static int32_t AllocMem(const AllocInfo* info, BufferHandle **buffer) in AllocMem() function