Searched refs:GraphicBufferAllocator (Results 1 – 6 of 6) 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 width, uint32_t height, in alloc()136 status_t GraphicBufferAllocator::free(buffer_handle_t handle) in free()
113 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in free_handle()126 GraphicBufferAllocator::dumpToSystemLog(); in dumpAllocationsToSystemLog()150 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in reallocate()170 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get(); in initSize()
41 GraphicBufferAllocator.cpp \
40 class GraphicBufferAllocator : public Singleton<GraphicBufferAllocator>62 static inline GraphicBufferAllocator& get() { return getInstance(); } in get()85 friend class Singleton<GraphicBufferAllocator>;86 GraphicBufferAllocator();87 ~GraphicBufferAllocator();
2896 const GraphicBufferAllocator& alloc(GraphicBufferAllocator::get()); in dumpAllLocked()
2882 const GraphicBufferAllocator& alloc(GraphicBufferAllocator::get()); in dumpAllLocked()