Searched refs:lastHwVsyncLock (Results 1 – 2 of 2) sorted by relevance
401 mutable std::mutex lastHwVsyncLock; member402 nsecs_t lastHwVsync GUARDED_BY(lastHwVsyncLock) = 0;
223 std::lock_guard lock(displayData.lastHwVsyncLock); in onVsync()325 std::lock_guard lock(displayData.lastHwVsyncLock); in getRefreshTimestamp()