Searched defs:GraphicBufferAlloc (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/gui/
H A DGraphicBufferAlloc.h32 class GraphicBufferAlloc : public BnGraphicBufferAlloc { class in namespace:android
34 GraphicBufferAlloc();
35 virtual ~GraphicBufferAlloc();
/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 width,
44 ALOGE("GraphicBufferAlloc::createGraphicBuffer(w=%d, h=%d) "

Completed in 69 milliseconds