Searched defs:GraphicBufferAllocator (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/ui/
H A DGraphicBufferAllocator.cpp18 #define LOG_TAG "GraphicBufferAllocator"
21 #include <ui/GraphicBufferAllocator.h>
38 ANDROID_SINGLETON_STATIC_INSTANCE( GraphicBufferAllocator )
40 Mutex GraphicBufferAllocator::sLock;
42 GraphicBufferAllocator::alloc_rec_t> GraphicBufferAllocator::sAllocList;
44 GraphicBufferAllocator::GraphicBufferAllocator() function in class:android::GraphicBufferAllocator
51 GraphicBufferAllocator::~GraphicBufferAllocator() {}
[all...]
/frameworks/native/include/ui/
H A DGraphicBufferAllocator.h46 class GraphicBufferAllocator : public Singleton<GraphicBufferAllocator> class in namespace:android
49 static inline GraphicBufferAllocator& get() { return getInstance(); }
76 friend class Singleton<GraphicBufferAllocator>;
77 GraphicBufferAllocator();
78 ~GraphicBufferAllocator();

Completed in 114 milliseconds