Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1308 bool mTracePostComposition = false; variable
DSurfaceFlinger.cpp1975 mTracePostComposition = mTracing.flagIsSet(SurfaceTracing::TRACE_COMPOSITION) || in onMessageInvalidate()
1978 const bool tracePreComposition = mTracingEnabled && !mTracePostComposition; in onMessageInvalidate()
2141 if (mTracingEnabled && mTracePostComposition) { in onMessageRefresh()