Searched refs:lastHwVsyncLock (Results 1 – 2 of 2) sorted by relevance
352 mutable std::mutex lastHwVsyncLock; member353 nsecs_t lastHwVsync GUARDED_BY(lastHwVsyncLock) = 0;
189 std::lock_guard lock(displayData.lastHwVsyncLock); in onVsync()273 std::lock_guard lock(displayData.lastHwVsyncLock); in getRefreshTimestamp()