Searched refs:dispSurface (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TestableSurfaceFlinger.h | 246 const sp<compositionengine::DisplaySurface>& dispSurface, in setupNewDisplayDeviceInternal() argument 248 return mFlinger->setupNewDisplayDeviceInternal(displayToken, displayId, state, dispSurface, in setupNewDisplayDeviceInternal()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 2566 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()
|
D | SurfaceFlinger.h | 789 const sp<compositionengine::DisplaySurface>& dispSurface,
|