Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceTracing.cpp32 : mFlinger(flinger), mSfLock(flinger.mDrawingStateLock) {} in SurfaceTracing()
46 std::scoped_lock lock(mSfLock); in addFirstEntry()
53 std::unique_lock<std::mutex> lock(mSfLock); in traceWhenNotified()
55 android::base::ScopedLockAssertion assumeLock(mSfLock); in traceWhenNotified()
72 std::scoped_lock lock(mSfLock); in notify()
156 std::scoped_lock lock(mSfLock); in setTraceFlags()
DSurfaceTracing.h89 LayersTraceProto traceLayersLocked(const char* where) REQUIRES(mSfLock);
100 std::mutex& mSfLock; variable
101 uint32_t mTraceFlags GUARDED_BY(mSfLock) = TRACE_ALL;
102 const char* mWhere GUARDED_BY(mSfLock) = "";