Lines Matching refs:GUARDED_BY
71 std::vector<int64_t> mDisplays GUARDED_BY(mMutex);
73 bool mVsyncAllowed GUARDED_BY(mMutex) = true;
75 bool mRefreshRateChangedDebugDataEnabledCallbackAllowed GUARDED_BY(mMutex) = false;
77 std::optional<VsyncPeriodChangeTimeline> mTimeline GUARDED_BY(mMutex);
79 std::vector<RefreshRateChangedDebugData> mRefreshRateChangedDebugData GUARDED_BY(mMutex);
81 int32_t mVsyncIdleCount GUARDED_BY(mMutex) = 0;
82 int64_t mVsyncIdleTime GUARDED_BY(mMutex) = 0;
85 int32_t mInvalidHotplugCount GUARDED_BY(mMutex) = 0;
86 int32_t mInvalidRefreshCount GUARDED_BY(mMutex) = 0;
87 int32_t mInvalidVsyncCount GUARDED_BY(mMutex) = 0;
88 int32_t mInvalidVsyncPeriodChangeCount GUARDED_BY(mMutex) = 0;
89 int32_t mInvalidSeamlessPossibleCount GUARDED_BY(mMutex) = 0;
90 int32_t mInvalidRefreshRateDebugEnabledCallbackCount GUARDED_BY(mMutex) = 0;