Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceTracing.cpp187 if (flagIsSetLocked(SurfaceTracing::TRACE_EXTRA)) { in traceLayersLocked()
197 if (!flagIsSetLocked(SurfaceTracing::TRACE_COMPOSITION)) { in traceLayersLocked()
DSurfaceTracing.h65 bool flagIsSetLocked(uint32_t flags) NO_THREAD_SAFETY_ANALYSIS /* REQUIRES(mSfLock) */ { in flagIsSetLocked() function
DSurfaceFlinger.cpp1980 mTracing.flagIsSetLocked(SurfaceTracing::TRACE_COMPOSITION); in onMessageInvalidate()