Home
last modified time | relevance | path

Searched refs:mSurfaceDamageRegion (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/
DLayerDebugInfo.cpp38 RETURN_ON_ERROR(parcel->write(mSurfaceDamageRegion)); in writeToParcel()
76 RETURN_ON_ERROR(parcel->read(mSurfaceDamageRegion)); in readFromParcel()
117 info.mSurfaceDamageRegion.dump(result, "SurfaceDamageRegion"); in to_string()
/frameworks/native/libs/gui/include/gui/
DLayerDebugInfo.h47 Region mSurfaceDamageRegion = Region::INVALID_REGION; variable
/frameworks/native/services/surfaceflinger/
DLayer.cpp1288 info.mSurfaceDamageRegion = surfaceDamageRegion; in getLayerDebugInfo()