HomeSort by relevance Sort by last modified time
    Searched defs:GraphicBufferAllocator (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 18 #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()
49 GraphicBufferAllocator::~GraphicBufferAllocator()
    [all...]
  /frameworks/native/include/ui/
GraphicBufferAllocator.h 40 class GraphicBufferAllocator : public Singleton<GraphicBufferAllocator>
62 static inline GraphicBufferAllocator& get() { return getInstance(); }
86 friend class Singleton<GraphicBufferAllocator>;
87 GraphicBufferAllocator();
88 ~GraphicBufferAllocator();

Completed in 128 milliseconds