Home
last modified time | relevance | path

Searched refs:Allocator (Results 1 - 9 of 9) sorted by relevance

/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dallocator.cpp21 void Allocator::DumpBufferHandle(BufferHandle &handle) const in DumpBufferHandle()
28 bool Allocator::IsYuv(PixelFormat format) in IsYuv()
50 uint32_t Allocator::UpdatePixelInfo(BufferInfo &bufferInfo) in UpdatePixelInfo()
85 int32_t Allocator::UpdateRGBStrideAndSize(BufferInfo &bufferInfo) in UpdateRGBStrideAndSize()
93 int32_t Allocator::UpdateYuvStrideAndSize(BufferInfo &bufferInfo) in UpdateYuvStrideAndSize()
122 int32_t Allocator::UpdateStrideAndSize(BufferInfo &bufferInfo) in UpdateStrideAndSize()
131 int32_t Allocator::ConvertToBufferInfo(BufferInfo &bufferInfo, const AllocInfo &info) in ConvertToBufferInfo()
146 int32_t Allocator::Init() in Init()
152 int32_t Allocator::AllocMem(const AllocInfo &info, BufferHandle **handle) in AllocMem()
183 int32_t Allocator
[all...]
H A Dallocator_manager.h31 Allocator* GetAllocator(uint64_t usage);
35 std::shared_ptr<Allocator> frameBufferAllocator_ = nullptr;
36 std::shared_ptr<Allocator> allocator_ = nullptr;
H A Dallocator_manager.cpp32 std::shared_ptr<Allocator> drmAllocator = std::make_shared<DrmAllocator>(); in Init()
38 std::shared_ptr<Allocator> fbAllocator = std::make_shared<FramebufferAllocator>(); in Init()
43 std::shared_ptr<Allocator> dmaBufferallocator = std::make_shared<DmaBufferHeapAllocator>(); in Init()
66 Allocator* AllocatorManager::GetAllocator(uint64_t usage) in GetAllocator()
H A Dallocator.h56 class Allocator { class
66 virtual ~Allocator() {} in ~Allocator()
H A Ddmabufferheap_allocator.h21 class DmaBufferHeapAllocator : public Allocator {
H A Ddrm_allocator.h22 class DrmAllocator : public Allocator {
H A Dframebuffer_allocator.h23 class FramebufferAllocator : public Allocator {
H A Dframebuffer_allocator.cpp181 Allocator::FreeMem(handle); in FreeMem()
/drivers/hdf_core/adapter/uhdf2/ipc/src/
H A Dhdf_sbuf_impl_hipc.cpp377 class SbufAllocator : public Allocator {

Completed in 3 milliseconds