Searched refs:GraphicBufferAllocator (Results 1 - 5 of 5) sorted by relevance

/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();
/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...]
H A DGraphicBuffer.cpp26 #include <ui/GraphicBufferAllocator.h>
109 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get());
121 GraphicBufferAllocator::dumpToSystemLog();
146 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get());
169 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get();
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp49 #include <ui/GraphicBufferAllocator.h>
3711 const GraphicBufferAllocator& alloc(GraphicBufferAllocator::get());
H A DSurfaceFlinger_hwc1.cpp46 #include <ui/GraphicBufferAllocator.h>
3318 const GraphicBufferAllocator& alloc(GraphicBufferAllocator::get());

Completed in 98 milliseconds