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

/frameworks/native/include/ui/
H A DGraphicBufferAllocator.h40 class GraphicBufferAllocator : public Singleton<GraphicBufferAllocator> class in namespace:android
62 static inline GraphicBufferAllocator& get() { return getInstance(); }
86 friend class Singleton<GraphicBufferAllocator>;
88 GraphicBufferAllocator();
89 ~GraphicBufferAllocator();
/frameworks/native/libs/ui/
H A DGraphicBufferAllocator.cpp18 #define LOG_TAG "GraphicBufferAllocator"
27 #include <ui/GraphicBufferAllocator.h>
32 ANDROID_SINGLETON_STATIC_INSTANCE( GraphicBufferAllocator )
34 Mutex GraphicBufferAllocator::sLock;
36 GraphicBufferAllocator::alloc_rec_t> GraphicBufferAllocator::sAllocList;
38 GraphicBufferAllocator::GraphicBufferAllocator() function in class:android::GraphicBufferAllocator
49 GraphicBufferAllocator::~GraphicBufferAllocator()
[all...]

Completed in 58 milliseconds