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

  /frameworks/native/libs/gui/
GraphicBufferAlloc.cpp 22 #include <gui/GraphicBufferAlloc.h>
28 GraphicBufferAlloc::GraphicBufferAlloc() {
31 GraphicBufferAlloc::~GraphicBufferAlloc() {
34 sp<GraphicBuffer> GraphicBufferAlloc::createGraphicBuffer(uint32_t w, uint32_t h,
43 ALOGE("GraphicBufferAlloc::createGraphicBuffer(w=%d, h=%d) "
Android.mk 14 GraphicBufferAlloc.cpp \
IGraphicBufferAlloc.cpp 68 IMPLEMENT_META_INTERFACE(GraphicBufferAlloc, "android.ui.IGraphicBufferAlloc");
  /frameworks/native/include/gui/
GraphicBufferAlloc.h 32 class GraphicBufferAlloc : public BnGraphicBufferAlloc {
34 GraphicBufferAlloc();
35 virtual ~GraphicBufferAlloc();
IGraphicBufferAlloc.h 35 DECLARE_META_INTERFACE(GraphicBufferAlloc);
  /frameworks/native/cmds/flatland/
GLHelper.h 17 #include <gui/GraphicBufferAlloc.h>
78 sp<GraphicBufferAlloc> mGraphicBufferAlloc;
GLHelper.cpp 28 mGraphicBufferAlloc(new GraphicBufferAlloc()),
Main.cpp 19 #include <gui/GraphicBufferAlloc.h>
  /frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.cpp 33 #include <gui/GraphicBufferAlloc.h>
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 42 #include <gui/GraphicBufferAlloc.h>
281 sp<GraphicBufferAlloc> gba(new GraphicBufferAlloc());
582 sp<BufferQueue> bq = new BufferQueue(new GraphicBufferAlloc());
    [all...]

Completed in 54 milliseconds