Home
last modified time | relevance | path

Searched refs:mDbgLastCompositionType (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp85 mDbgLastCompositionType(COMPOSITION_UNKNOWN),
163 if (mCompositionType != mDbgLastCompositionType) { in prepareFrame()
166 mDbgLastCompositionType = mCompositionType; in prepareFrame()
DVirtualDisplaySurface.h249 CompositionType mDbgLastCompositionType; variable