Lines Matching refs:GraphicBufferAllocator
45 ANDROID_SINGLETON_STATIC_INSTANCE( GraphicBufferAllocator )
47 Mutex GraphicBufferAllocator::sLock;
49 GraphicBufferAllocator::alloc_rec_t> GraphicBufferAllocator::sAllocList;
51 GraphicBufferAllocator::GraphicBufferAllocator() : mMapper(GraphicBufferMapper::getInstance()) { in GraphicBufferAllocator() function in android::GraphicBufferAllocator
75 GraphicBufferAllocator::~GraphicBufferAllocator() {} in ~GraphicBufferAllocator()
77 uint64_t GraphicBufferAllocator::getTotalSize() const { in getTotalSize()
86 void GraphicBufferAllocator::dump(std::string& result, bool less) const { in dump()
110 void GraphicBufferAllocator::dumpToSystemLog(bool less) { in dumpToSystemLog()
112 GraphicBufferAllocator::getInstance().dump(s, less); in dumpToSystemLog()
116 auto GraphicBufferAllocator::allocate(const AllocationRequest& request) -> AllocationResult { in allocate()
189 status_t GraphicBufferAllocator::allocateHelper(uint32_t width, uint32_t height, PixelFormat format, in allocateHelper()
254 status_t GraphicBufferAllocator::allocate(uint32_t width, uint32_t height, PixelFormat format, in allocate()
262 status_t GraphicBufferAllocator::allocateRawHandle(uint32_t width, uint32_t height, in allocateRawHandle()
271 status_t GraphicBufferAllocator::allocate(uint32_t width, uint32_t height, PixelFormat format, in allocate()
279 status_t GraphicBufferAllocator::free(buffer_handle_t handle) in free()
294 bool GraphicBufferAllocator::supportsAdditionalOptions() const { in supportsAdditionalOptions()