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

  /frameworks/native/include/ui/
GraphicBufferAllocator.h 38 class GraphicBufferAllocator : public Singleton<GraphicBufferAllocator>
60 static inline GraphicBufferAllocator& get() { return getInstance(); }
85 friend class Singleton<GraphicBufferAllocator>;
86 GraphicBufferAllocator();
87 ~GraphicBufferAllocator();
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 18 #define LOG_TAG "GraphicBufferAllocator"
27 #include <ui/GraphicBufferAllocator.h>
33 ANDROID_SINGLETON_STATIC_INSTANCE( GraphicBufferAllocator )
35 Mutex GraphicBufferAllocator::sLock;
37 GraphicBufferAllocator::alloc_rec_t> GraphicBufferAllocator::sAllocList;
39 GraphicBufferAllocator::GraphicBufferAllocator()
43 GraphicBufferAllocator::~GraphicBufferAllocator() {}
    [all...]
GraphicBuffer.cpp 27 #include <ui/GraphicBufferAllocator.h>
114 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get());
127 GraphicBufferAllocator::dumpToSystemLog();
151 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get());
171 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get();
Android.mk 43 GraphicBufferAllocator.cpp \
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp     [all...]
  /hardware/ti/omap4-aah/camera/
CameraHal.cpp     [all...]
  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h 44 #include <ui/GraphicBufferAllocator.h>
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 46 #include <ui/GraphicBufferAllocator.h>
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 48 #include <ui/GraphicBufferAllocator.h>
    [all...]
SurfaceFlinger_hwc1.cpp 47 #include <ui/GraphicBufferAllocator.h>
    [all...]

Completed in 2049 milliseconds