Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DChoreographer.h78 std::atomic<nsecs_t> mLastKnownVsync = -1; member
/frameworks/native/libs/gui/
DChoreographer.cpp268 const nsecs_t pendingPeriod = gChoreographers.mLastKnownVsync.load(); in handleRefreshRateUpdates()
412 gChoreographers.mLastKnownVsync.store(vsyncPeriod); in signalRefreshRateCallbacks()