HomeSort by relevance Sort by last modified time
    Searched refs:mDbgLastCompositionType (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.h 231 CompositionType mDbgLastCompositionType;
VirtualDisplaySurface.cpp 60 mDbgLastCompositionType(COMPOSITION_UNKNOWN),
133 if (mCompositionType != mDbgLastCompositionType) {
136 mDbgLastCompositionType = mCompositionType;

Completed in 44 milliseconds