/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_allocator.cpp | 78 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 …]
|
D | gr_allocator.h | 47 class Allocator { 49 Allocator(); 50 ~Allocator();
|
D | gr_buf_mgr.h | 121 Allocator *allocator_ = NULL;
|
D | gr_buf_mgr.cpp | 53 allocator_ = new Allocator(); in BufferManager()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_allocator.cpp | 78 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 …]
|
D | gr_allocator.h | 47 class Allocator { 49 Allocator(); 50 ~Allocator();
|
D | gr_buf_mgr.h | 121 Allocator *allocator_ = NULL;
|
D | gr_buf_mgr.cpp | 53 allocator_ = new Allocator(); in BufferManager()
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_allocator.cpp | 77 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 …]
|
D | gr_allocator.h | 48 class Allocator { 50 Allocator(); 51 ~Allocator();
|
D | gr_buf_mgr.h | 122 Allocator *allocator_ = NULL;
|
D | gr_buf_mgr.cpp | 54 allocator_ = new Allocator(); in BufferManager()
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_allocator.cpp | 80 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 …]
|
D | gr_allocator.h | 48 class Allocator { 50 Allocator(); 51 ~Allocator();
|
D | gr_buf_mgr.h | 122 Allocator *allocator_ = NULL;
|
D | gr_buf_mgr.cpp | 54 allocator_ = new Allocator(); in BufferManager()
|
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/ |
D | GrallocLoader.h | 90 auto allocator = std::make_unique<hal::Allocator>(); in createAllocator()
|
/hardware/interfaces/graphics/allocator/2.0/utils/hal/include/allocator-hal/2.0/ |
D | Allocator.h | 82 using Allocator = detail::AllocatorImpl<IAllocator, AllocatorHal>; variable
|