Home
last modified time | relevance | path

Searched refs:dispSurface (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h246 const sp<compositionengine::DisplaySurface>& dispSurface, in setupNewDisplayDeviceInternal() argument
248 return mFlinger->setupNewDisplayDeviceInternal(displayToken, displayId, state, dispSurface, in setupNewDisplayDeviceInternal()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2566 const DisplayDeviceState& state, const sp<compositionengine::DisplaySurface>& dispSurface, in setupNewDisplayDeviceInternal() argument
2572 creationArgs.displaySurface = dispSurface; in setupNewDisplayDeviceInternal()
2715 sp<compositionengine::DisplaySurface> dispSurface; in processDisplayChangesLocked() local
2751 dispSurface = vds; in processDisplayChangesLocked()
2762 dispSurface = new FramebufferSurface(getHwComposer(), *displayId, bqConsumer); in processDisplayChangesLocked()
2767 if (dispSurface != nullptr) { in processDisplayChangesLocked()
2770 dispSurface, producer)); in processDisplayChangesLocked()
DSurfaceFlinger.h789 const sp<compositionengine::DisplaySurface>& dispSurface,