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

  /frameworks/native/services/surfaceflinger/DisplayHardware/
GraphicBufferAlloc.cpp 22 #include "DisplayHardware/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) "
GraphicBufferAlloc.h 32 class GraphicBufferAlloc : public BnGraphicBufferAlloc {
34 GraphicBufferAlloc();
35 virtual ~GraphicBufferAlloc();
FramebufferSurface.cpp 36 #include "DisplayHardware/GraphicBufferAlloc.h"
54 ConsumerBase(new BufferQueue(true, new GraphicBufferAlloc())),
  /frameworks/native/include/gui/
IGraphicBufferAlloc.h 35 DECLARE_META_INTERFACE(GraphicBufferAlloc);
  /frameworks/native/services/surfaceflinger/
Android.mk 13 DisplayHardware/GraphicBufferAlloc.cpp \
SurfaceFlinger.cpp 68 #include "DisplayHardware/GraphicBufferAlloc.h"
204 sp<GraphicBufferAlloc> gba(new GraphicBufferAlloc());
    [all...]
  /frameworks/native/libs/gui/
IGraphicBufferAlloc.cpp 68 IMPLEMENT_META_INTERFACE(GraphicBufferAlloc, "android.ui.IGraphicBufferAlloc");

Completed in 379 milliseconds