Home
last modified time | relevance | path

Searched refs:Allocator (Results 1 – 18 of 18) sorted by relevance

/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_allocator.cpp78 Allocator::Allocator() : ion_allocator_(NULL) { in Allocator() function in gralloc1::Allocator
81 bool Allocator::Init() { in Init()
90 Allocator::~Allocator() { in ~Allocator()
96 int Allocator::AllocateMem(AllocData *alloc_data, gralloc1_producer_usage_t prod_usage, in AllocateMem()
116 int Allocator::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { in MapBuffer()
124 int Allocator::ImportBuffer(int fd) { in ImportBuffer()
131 int Allocator::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer()
140 int Allocator::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer()
148 bool Allocator::CheckForBufferSharing(uint32_t num_descriptors, in CheckForBufferSharing()
188 int Allocator::GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage, in GetImplDefinedFormat()
[all …]
Dgr_allocator.h47 class Allocator {
49 Allocator();
50 ~Allocator();
Dgr_buf_mgr.h121 Allocator *allocator_ = NULL;
Dgr_buf_mgr.cpp53 allocator_ = new Allocator(); in BufferManager()
/hardware/qcom/display/msm8909/gralloc/
Dgr_allocator.cpp78 Allocator::Allocator() : ion_allocator_(NULL) { in Allocator() function in gralloc1::Allocator
81 bool Allocator::Init() { in Init()
90 Allocator::~Allocator() { in ~Allocator()
96 int Allocator::AllocateMem(AllocData *alloc_data, gralloc1_producer_usage_t prod_usage, in AllocateMem()
116 int Allocator::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { in MapBuffer()
124 int Allocator::ImportBuffer(int fd) { in ImportBuffer()
131 int Allocator::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer()
140 int Allocator::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer()
148 bool Allocator::CheckForBufferSharing(uint32_t num_descriptors, in CheckForBufferSharing()
188 int Allocator::GetImplDefinedFormat(gralloc1_producer_usage_t prod_usage, in GetImplDefinedFormat()
[all …]
Dgr_allocator.h47 class Allocator {
49 Allocator();
50 ~Allocator();
Dgr_buf_mgr.h121 Allocator *allocator_ = NULL;
Dgr_buf_mgr.cpp53 allocator_ = new Allocator(); in BufferManager()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_allocator.cpp77 Allocator::Allocator() : ion_allocator_(NULL), adreno_helper_(NULL) { in Allocator() function in gralloc1::Allocator
80 bool Allocator::Init() { in Init()
94 Allocator::~Allocator() { in ~Allocator()
104 int Allocator::AllocateMem(AllocData *alloc_data, gralloc1_producer_usage_t prod_usage, in AllocateMem()
124 int Allocator::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { in MapBuffer()
132 int Allocator::ImportBuffer(int fd) { in ImportBuffer()
139 int Allocator::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer()
148 int Allocator::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer()
156 bool Allocator::CheckForBufferSharing(uint32_t num_descriptors, in CheckForBufferSharing()
197 unsigned int Allocator::GetSize(const BufferDescriptor &descriptor, unsigned int alignedw, in GetSize()
[all …]
Dgr_allocator.h48 class Allocator {
50 Allocator();
51 ~Allocator();
Dgr_buf_mgr.h122 Allocator *allocator_ = NULL;
Dgr_buf_mgr.cpp54 allocator_ = new Allocator(); in BufferManager()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_allocator.cpp80 Allocator::Allocator() : ion_allocator_(NULL), adreno_helper_(NULL) { in Allocator() function in gralloc1::Allocator
83 bool Allocator::Init() { in Init()
95 Allocator::~Allocator() { in ~Allocator()
105 int Allocator::AllocateMem(AllocData *alloc_data, gralloc1_producer_usage_t prod_usage, in AllocateMem()
125 int Allocator::MapBuffer(void **base, unsigned int size, unsigned int offset, int fd) { in MapBuffer()
133 int Allocator::ImportBuffer(int fd) { in ImportBuffer()
140 int Allocator::FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, in FreeBuffer()
149 int Allocator::CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op) { in CleanBuffer()
157 bool Allocator::CheckForBufferSharing(uint32_t num_descriptors, in CheckForBufferSharing()
198 unsigned int Allocator::GetSize(const BufferDescriptor &descriptor, unsigned int alignedw, in GetSize()
[all …]
Dgr_allocator.h48 class Allocator {
50 Allocator();
51 ~Allocator();
Dgr_buf_mgr.h122 Allocator *allocator_ = NULL;
Dgr_buf_mgr.cpp54 allocator_ = new Allocator(); in BufferManager()
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGrallocLoader.h90 auto allocator = std::make_unique<hal::Allocator>(); in createAllocator()
/hardware/interfaces/graphics/allocator/2.0/utils/hal/include/allocator-hal/2.0/
DAllocator.h82 using Allocator = detail::AllocatorImpl<IAllocator, AllocatorHal>; variable