Searched refs:GraphicBufferAlloc (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/libs/gui/
H A DGraphicBufferAlloc.cpp22 #include <gui/GraphicBufferAlloc.h>
28 GraphicBufferAlloc::GraphicBufferAlloc() { function in class:android::GraphicBufferAlloc
31 GraphicBufferAlloc::~GraphicBufferAlloc() {
34 sp<GraphicBuffer> GraphicBufferAlloc::createGraphicBuffer(uint32_t w, uint32_t h,
43 ALOGE("GraphicBufferAlloc::createGraphicBuffer(w=%d, h=%d) "
H A DAndroid.mk19 GraphicBufferAlloc.cpp \
H A DIGraphicBufferAlloc.cpp68 IMPLEMENT_META_INTERFACE(GraphicBufferAlloc, "android.ui.IGraphicBufferAlloc");
/frameworks/native/include/gui/
H A DGraphicBufferAlloc.h32 class GraphicBufferAlloc : public BnGraphicBufferAlloc { class in namespace:android
34 GraphicBufferAlloc();
35 virtual ~GraphicBufferAlloc();
H A DIGraphicBufferAlloc.h35 DECLARE_META_INTERFACE(GraphicBufferAlloc);
/frameworks/native/cmds/flatland/
H A DGLHelper.h17 #include <gui/GraphicBufferAlloc.h>
78 sp<GraphicBufferAlloc> mGraphicBufferAlloc;
H A DGLHelper.cpp28 mGraphicBufferAlloc(new GraphicBufferAlloc()),
H A DMain.cpp19 #include <gui/GraphicBufferAlloc.h>
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp24 #include <gui/GraphicBufferAlloc.h>
H A DOverlay.cpp26 #include <gui/GraphicBufferAlloc.h>
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp33 #include <gui/GraphicBufferAlloc.h>
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp45 #include <gui/GraphicBufferAlloc.h>
277 sp<GraphicBufferAlloc> gba(new GraphicBufferAlloc());
425 new GraphicBufferAlloc());
1336 new GraphicBufferAlloc());

Completed in 1573 milliseconds