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 | 2602 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()
|
D | SurfaceFlinger.h | 806 const sp<compositionengine::DisplaySurface>& dispSurface,
|