Home
last modified time | relevance | path

Searched refs:FramebufferSurface (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp53 FramebufferSurface::FramebufferSurface(HWComposer& hwc, int disp, in FramebufferSurface() function in android::FramebufferSurface
71 status_t FramebufferSurface::beginFrame(bool /*mustRecompose*/) { in beginFrame()
75 status_t FramebufferSurface::prepareFrame(CompositionType /*compositionType*/) { in prepareFrame()
79 status_t FramebufferSurface::advanceFrame() { in advanceFrame()
86 status_t FramebufferSurface::nextBuffer(sp<GraphicBuffer>& outBuffer, sp<Fence>& outFence) { in nextBuffer()
125 void FramebufferSurface::onFrameAvailable(const BufferItem& /* item */) { in onFrameAvailable()
140 void FramebufferSurface::freeBufferLocked(int slotIndex) { in freeBufferLocked()
147 void FramebufferSurface::onFrameCommitted() { in onFrameCommitted()
158 status_t FramebufferSurface::compositionComplete() in compositionComplete()
179 void FramebufferSurface::dump(String8& result) const { in dump()
[all …]
DFramebufferSurface.h37 class FramebufferSurface : public ConsumerBase,
40 FramebufferSurface(HWComposer& hwc, int disp, const sp<IGraphicBufferConsumer>& consumer);
57 virtual ~FramebufferSurface() { }; // this class cannot be overloaded in ~FramebufferSurface()
/frameworks/native/services/surfaceflinger/
DAndroid.mk21 DisplayHardware/FramebufferSurface.cpp \
DSurfaceFlinger.cpp427 sp<FramebufferSurface> fbs = new FramebufferSurface(*mHwc, i, in init()
1376 dispSurface = new FramebufferSurface(*mHwc, state.type, in handleTransactionLocked()