Searched refs:DisplaySurface (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DDisplaySurface.h31 class DisplaySurface : public virtual RefBase { class in namespace:android
34 // the configuration is known. The DisplaySurface should do anything it
41 // before composition takes place. The DisplaySurface can use the
78 DisplaySurface() {} function in class:android::DisplaySurface
79 virtual ~DisplaySurface() {}
H A DFramebufferSurface.h25 #include "DisplaySurface.h"
38 public DisplaySurface {
48 // Implementation of DisplaySurface::dump(). Note that ConsumerBase also
H A DVirtualDisplaySurface.cpp38 static const char* dbgCompositionTypeStr(DisplaySurface::CompositionType type) {
40 case DisplaySurface::COMPOSITION_UNKNOWN: return "UNKNOWN";
41 case DisplaySurface::COMPOSITION_GLES: return "GLES";
42 case DisplaySurface::COMPOSITION_HWC: return "HWC";
43 case DisplaySurface::COMPOSITION_MIXED: return "MIXED";
H A DVirtualDisplaySurface.h23 #include "DisplaySurface.h"
32 /* This DisplaySurface implementation supports virtual displays, where GLES
71 class VirtualDisplaySurface : public DisplaySurface,
82 // DisplaySurface interface
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h41 class DisplaySurface;
82 const sp<DisplaySurface>& displaySurface,
184 sp<DisplaySurface> mDisplaySurface;
H A DDisplayDevice.cpp34 #include "DisplayHardware/DisplaySurface.h"
59 const sp<DisplaySurface>& displaySurface,
213 DisplaySurface::CompositionType compositionType;
217 compositionType = DisplaySurface::COMPOSITION_MIXED;
219 compositionType = DisplaySurface::COMPOSITION_GLES;
221 compositionType = DisplaySurface::COMPOSITION_HWC;
226 compositionType = DisplaySurface::COMPOSITION_HWC;
H A DSurfaceFlinger.cpp1331 sp<DisplaySurface> dispSurface;

Completed in 1146 milliseconds