Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h73 const sp<DisplaySurface>& dispSurface, in setupNewDisplayDeviceInternal() argument
75 return mFlinger->setupNewDisplayDeviceInternal(display, hwcId, state, dispSurface, in setupNewDisplayDeviceInternal()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2267 const sp<DisplaySurface>& dispSurface, const sp<IGraphicBufferProducer>& producer) { in setupNewDisplayDeviceInternal() argument
2323 dispSurface, std::move(renderSurface), displayWidth, displayHeight, in setupNewDisplayDeviceInternal()
2422 sp<DisplaySurface> dispSurface; in processDisplayChangesLocked() local
2457 dispSurface = vds; in processDisplayChangesLocked()
2467 dispSurface = new FramebufferSurface(*getBE().mHwc, hwcId, bqConsumer); in processDisplayChangesLocked()
2472 if (dispSurface != nullptr) { in processDisplayChangesLocked()
2474 setupNewDisplayDeviceInternal(display, hwcId, state, dispSurface, in processDisplayChangesLocked()
DSurfaceFlinger.h691 const sp<DisplaySurface>& dispSurface,