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

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DGraphicBufferAlloc.h32 class GraphicBufferAlloc : public BnGraphicBufferAlloc { class in namespace:android
34 GraphicBufferAlloc();
35 virtual ~GraphicBufferAlloc();
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) "

Completed in 84 milliseconds