Searched refs:mThresholdForNextVsync (Results 1 – 2 of 2) sorted by relevance
134 mThresholdForNextVsync(thresholdForNextVsync), in PhaseOffsets()163 mEarlySfOffsetNs.value_or(mSfVSyncPhaseOffsetNs) < mThresholdForNextVsync in getDefaultOffsets()169 mEarlyGpuSfOffsetNs.value_or(mSfVSyncPhaseOffsetNs) < mThresholdForNextVsync in getDefaultOffsets()174 const auto lateSfOffset = mSfVSyncPhaseOffsetNs < mThresholdForNextVsync in getDefaultOffsets()201 mHighFpsEarlySfOffsetNs.value_or(mHighFpsSfVSyncPhaseOffsetNs) < mThresholdForNextVsync in getHighFpsOffsets()206 mHighFpsSfVSyncPhaseOffsetNs) < mThresholdForNextVsync in getHighFpsOffsets()211 const auto lateSfOffset = mHighFpsSfVSyncPhaseOffsetNs < mThresholdForNextVsync in getHighFpsOffsets()
135 const nsecs_t mThresholdForNextVsync; variable