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"
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()
51 GraphicBufferAllocator::~GraphicBufferAllocator() {}
    [all...]
  /frameworks/native/libs/ui/include/ui/
GraphicBufferAllocator.h 44 class GraphicBufferAllocator : public Singleton<GraphicBufferAllocator>
47 static inline GraphicBufferAllocator& get() { return getInstance(); }
74 friend class Singleton<GraphicBufferAllocator>;
75 GraphicBufferAllocator();
76 ~GraphicBufferAllocator();

Completed in 88 milliseconds