Searched refs:GraphicBufferAllocator (Results 1 - 6 of 6) 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(); }
85 friend class Singleton<GraphicBufferAllocator>;
86 GraphicBufferAllocator();
87 ~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...]
H A DGraphicBuffer.cpp27 #include <ui/GraphicBufferAllocator.h>
113 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get());
126 GraphicBufferAllocator::dumpToSystemLog();
150 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get());
170 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get();
H A DAndroid.mk41 GraphicBufferAllocator.cpp \
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp48 #include <ui/GraphicBufferAllocator.h>
2882 const GraphicBufferAllocator& alloc(GraphicBufferAllocator::get());
H A DSurfaceFlinger_hwc1.cpp47 #include <ui/GraphicBufferAllocator.h>
2896 const GraphicBufferAllocator& alloc(GraphicBufferAllocator::get());

Completed in 144 milliseconds