Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Ddisplay_gralloc.cpp20 static int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem() function
H A Ddisplay_buffer_vdi_impl.cpp47 int32_t DisplayBufferVdiImpl::AllocMem(const AllocInfo& info, BufferHandle*& handle) const in AllocMem() function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
H A Dallocator.cpp152 int32_t Allocator::AllocMem(const AllocInfo &info, BufferHandle **handle) in AllocMem() function in OHOS::HDI::DISPLAY::Allocator
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_gralloc.h61 int32_t (*AllocMem)(const AllocInfo* info, BufferHandle** handle); member
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/client/
H A Dallocator_proxy.cpp77 int32_t AllocatorProxy::AllocMem(const AllocInfo &info, BufferHandle *&handle) in AllocMem() function in OHOS::HDI::Display::V1_0::AllocatorProxy
H A Ddisplay_gralloc_client.cpp78 int32_t DisplayGrallocClient::AllocMem(const AllocInfo &info, BufferHandle *&handle) const in AllocMem() function in OHOS::HDI::Display::V1_0::DisplayGrallocClient
/ohos5.0/drivers/peripheral/display/hdi_service/gralloc/server/
H A Dallocator_service_impl.cpp44 int32_t AllocatorService::AllocMem(const AllocInfo &info, BufferHandle *&handle) in AllocMem() function in OHOS::HDI::Display::V1_0::AllocatorService
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/src/
H A Dallocator_service.cpp135 int32_t AllocatorService::AllocMem(const AllocInfo& info, sptr<NativeBuffer>& handle) in AllocMem() function in OHOS::HDI::Display::Buffer::V1_0::AllocatorService
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_buffer_vdi_impl.cpp47 int32_t DisplayBufferVdiImpl::AllocMem(const AllocInfo& info, BufferHandle*& handle) const in AllocMem() function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
/ohos5.0/drivers/interface/display/buffer/v1_0/hdi_impl/
H A Ddisplay_buffer_hdi_impl.h124 int32_t AllocMem(const AllocInfo& info, BufferHandle*& handle) const override in AllocMem() function
/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dslab.h51 static T* AllocMem() in AllocMem() function
/ohos5.0/drivers/peripheral/display/hal/default/
H A Ddisplay_gralloc.c206 static int32_t AllocMem(const AllocInfo* info, BufferHandle **buffer) in AllocMem() function