Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceTracing.h93 LayersTraceProto traceLayersLocked(const char* where) REQUIRES(mSfLock);
104 std::mutex& mSfLock; variable
105 uint32_t mTraceFlags GUARDED_BY(mSfLock) = TRACE_CRITICAL | TRACE_INPUT;
106 const char* mWhere GUARDED_BY(mSfLock) = "";
107 uint32_t mMissedTraceEntries GUARDED_BY(mSfLock) = 0;
108 bool mTracingInProgress GUARDED_BY(mSfLock) = false;
DSurfaceTracing.cpp36 : mFlinger(flinger), mSfLock(flinger.mTracingLock) {} in SurfaceTracing()
49 std::scoped_lock lock(mSfLock); in addFirstEntry()
56 std::unique_lock<std::mutex> lock(mSfLock); in traceWhenNotified()
58 android::base::ScopedLockAssertion assumeLock(mSfLock); in traceWhenNotified()
77 std::scoped_lock lock(mSfLock); in notify()
175 std::scoped_lock lock(mSfLock); in setTraceFlags()