OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FramebufferSurface
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.h
37
class
FramebufferSurface
: public ConsumerBase,
40
FramebufferSurface
(HWComposer& hwc, int disp, const sp<IGraphicBufferConsumer>& consumer);
53
virtual ~
FramebufferSurface
() { }; // this class cannot be overloaded
FramebufferSurface.cpp
36
#include "
FramebufferSurface
.h"
53
FramebufferSurface
::
FramebufferSurface
(HWComposer& hwc, int disp,
61
mName = "
FramebufferSurface
";
71
status_t
FramebufferSurface
::beginFrame() {
75
status_t
FramebufferSurface
::prepareFrame(CompositionType compositionType) {
79
status_t
FramebufferSurface
::advanceFrame() {
86
status_t
FramebufferSurface
::nextBuffer(sp<GraphicBuffer>& outBuffer, sp<Fence>& outFence) {
125
void
FramebufferSurface
::onFrameAvailable() {
130
ALOGE("error latching nnext
FramebufferSurface
buffer: %s (%d)"
[
all
...]
Completed in 604 milliseconds