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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DGraphicBufferAlloc.cpp22 #include "DisplayHardware/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 DGraphicBufferAlloc.h32 class GraphicBufferAlloc : public BnGraphicBufferAlloc { class in namespace:android
34 GraphicBufferAlloc();
35 virtual ~GraphicBufferAlloc();
H A DFramebufferSurface.cpp36 #include "DisplayHardware/GraphicBufferAlloc.h"
54 ConsumerBase(new BufferQueue(true, new GraphicBufferAlloc())),
/frameworks/native/include/gui/
H A DIGraphicBufferAlloc.h35 DECLARE_META_INTERFACE(GraphicBufferAlloc);
/frameworks/native/services/surfaceflinger/
H A DAndroid.mk13 DisplayHardware/GraphicBufferAlloc.cpp \
H A DSurfaceFlinger.cpp68 #include "DisplayHardware/GraphicBufferAlloc.h"
204 sp<GraphicBufferAlloc> gba(new GraphicBufferAlloc());
/frameworks/native/libs/gui/
H A DIGraphicBufferAlloc.cpp68 IMPLEMENT_META_INTERFACE(GraphicBufferAlloc, "android.ui.IGraphicBufferAlloc");

Completed in 265 milliseconds