Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DDisplaySurface.h31 class DisplaySurface : public virtual RefBase {
78 DisplaySurface() {} in DisplaySurface() function
79 virtual ~DisplaySurface() {} in ~DisplaySurface()
DVirtualDisplaySurface.cpp38 static const char* dbgCompositionTypeStr(DisplaySurface::CompositionType type) { in dbgCompositionTypeStr()
40 case DisplaySurface::COMPOSITION_UNKNOWN: return "UNKNOWN"; in dbgCompositionTypeStr()
41 case DisplaySurface::COMPOSITION_GLES: return "GLES"; in dbgCompositionTypeStr()
42 case DisplaySurface::COMPOSITION_HWC: return "HWC"; in dbgCompositionTypeStr()
43 case DisplaySurface::COMPOSITION_MIXED: return "MIXED"; in dbgCompositionTypeStr()
DFramebufferSurface.h38 public DisplaySurface {
DVirtualDisplaySurface.h71 class VirtualDisplaySurface : public DisplaySurface,
/frameworks/native/services/surfaceflinger/
DDisplayDevice.h41 class DisplaySurface; variable
82 const sp<DisplaySurface>& displaySurface,
184 sp<DisplaySurface> mDisplaySurface;
DDisplayDevice.cpp59 const sp<DisplaySurface>& displaySurface, in DisplayDevice()
213 DisplaySurface::CompositionType compositionType; in prepareFrame()
217 compositionType = DisplaySurface::COMPOSITION_MIXED; in prepareFrame()
219 compositionType = DisplaySurface::COMPOSITION_GLES; in prepareFrame()
221 compositionType = DisplaySurface::COMPOSITION_HWC; in prepareFrame()
226 compositionType = DisplaySurface::COMPOSITION_HWC; in prepareFrame()
DSurfaceFlinger.cpp1317 sp<DisplaySurface> dispSurface; in handleTransactionLocked()