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.cpp2602 const DisplayDeviceState& state, const sp<compositionengine::DisplaySurface>& dispSurface, in setupNewDisplayDeviceInternal() argument
2608 creationArgs.displaySurface = dispSurface; in setupNewDisplayDeviceInternal()
2751 sp<compositionengine::DisplaySurface> dispSurface; in processDisplayChangesLocked() local
2787 dispSurface = vds; in processDisplayChangesLocked()
2798 dispSurface = new FramebufferSurface(getHwComposer(), *displayId, bqConsumer); in processDisplayChangesLocked()
2803 if (dispSurface != nullptr) { in processDisplayChangesLocked()
2806 dispSurface, producer)); in processDisplayChangesLocked()
DSurfaceFlinger.h806 const sp<compositionengine::DisplaySurface>& dispSurface,