Lines Matching refs:Allocator
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()
229 bool Allocator::UseUncached(gralloc1_producer_usage_t prod_usage, in UseUncached()
256 void Allocator::GetIonHeapInfo(gralloc1_producer_usage_t prod_usage, in GetIonHeapInfo()