Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp75 mDbgLastCompositionType(COMPOSITION_UNKNOWN),
152 if (mCompositionType != mDbgLastCompositionType) { in prepareFrame()
155 mDbgLastCompositionType = mCompositionType; in prepareFrame()
DVirtualDisplaySurface.h246 CompositionType mDbgLastCompositionType; variable