Searched refs:GraphicBufferAllocator (Results 1 – 6 of 6) sorted by relevance
38 ANDROID_SINGLETON_STATIC_INSTANCE( GraphicBufferAllocator )40 Mutex GraphicBufferAllocator::sLock;42 GraphicBufferAllocator::alloc_rec_t> GraphicBufferAllocator::sAllocList;44 GraphicBufferAllocator::GraphicBufferAllocator() in GraphicBufferAllocator() function in android::GraphicBufferAllocator51 GraphicBufferAllocator::~GraphicBufferAllocator() {} in ~GraphicBufferAllocator()53 void GraphicBufferAllocator::dump(String8& result) const in dump()88 void GraphicBufferAllocator::dumpToSystemLog() in dumpToSystemLog()91 GraphicBufferAllocator::getInstance().dump(s); in dumpToSystemLog()95 status_t GraphicBufferAllocator::allocate(uint32_t width, uint32_t height, in allocate()144 status_t GraphicBufferAllocator::free(buffer_handle_t handle) in free()
109 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in free_handle()121 GraphicBufferAllocator::dumpToSystemLog(); in dumpAllocationsToSystemLog()146 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in reallocate()168 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get(); in initWithSize()
61 "GraphicBufferAllocator.cpp",
44 class GraphicBufferAllocator : public Singleton<GraphicBufferAllocator>47 static inline GraphicBufferAllocator& get() { return getInstance(); } in get()74 friend class Singleton<GraphicBufferAllocator>;75 GraphicBufferAllocator();76 ~GraphicBufferAllocator();
4329 const GraphicBufferAllocator& alloc(GraphicBufferAllocator::get()); in dumpAllLocked()