Searched refs:GraphicBufferAllocator (Results 1 – 5 of 5) sorted by relevance
32 ANDROID_SINGLETON_STATIC_INSTANCE( GraphicBufferAllocator )34 Mutex GraphicBufferAllocator::sLock;36 GraphicBufferAllocator::alloc_rec_t> GraphicBufferAllocator::sAllocList;38 GraphicBufferAllocator::GraphicBufferAllocator() in GraphicBufferAllocator() function in android::GraphicBufferAllocator49 GraphicBufferAllocator::~GraphicBufferAllocator() in ~GraphicBufferAllocator()54 void GraphicBufferAllocator::dump(String8& result) const in dump()86 void GraphicBufferAllocator::dumpToSystemLog() in dumpToSystemLog()89 GraphicBufferAllocator::getInstance().dump(s); in dumpToSystemLog()93 status_t GraphicBufferAllocator::alloc(uint32_t w, uint32_t h, PixelFormat format, in alloc()132 status_t GraphicBufferAllocator::free(buffer_handle_t handle) in free()
112 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in free_handle()124 GraphicBufferAllocator::dumpToSystemLog(); in dumpAllocationsToSystemLog()144 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in reallocate()154 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get(); in initSize()
23 GraphicBufferAllocator.cpp \
40 class GraphicBufferAllocator : public Singleton<GraphicBufferAllocator>62 static inline GraphicBufferAllocator& get() { return getInstance(); } in get()86 friend class Singleton<GraphicBufferAllocator>;87 GraphicBufferAllocator();88 ~GraphicBufferAllocator();
2690 const GraphicBufferAllocator& alloc(GraphicBufferAllocator::get()); in dumpAllLocked()