Home
last modified time | relevance | path

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

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