Searched refs:mThresholdForNextVsync (Results 1 – 2 of 2) sorted by relevance
136 mThresholdForNextVsync(thresholdForNextVsync), in PhaseOffsets()165 mEarlySfOffsetNs.value_or(mSfVSyncPhaseOffsetNs) < mThresholdForNextVsync in getDefaultOffsets()171 mEarlyGpuSfOffsetNs.value_or(mSfVSyncPhaseOffsetNs) < mThresholdForNextVsync in getDefaultOffsets()176 const auto lateSfOffset = mSfVSyncPhaseOffsetNs < mThresholdForNextVsync in getDefaultOffsets()203 mHighFpsEarlySfOffsetNs.value_or(mHighFpsSfVSyncPhaseOffsetNs) < mThresholdForNextVsync in getHighFpsOffsets()208 mHighFpsSfVSyncPhaseOffsetNs) < mThresholdForNextVsync in getHighFpsOffsets()213 const auto lateSfOffset = mHighFpsSfVSyncPhaseOffsetNs < mThresholdForNextVsync in getHighFpsOffsets()
137 const nsecs_t mThresholdForNextVsync; variable