Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DVsyncConfiguration.cpp134 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()
DVsyncConfiguration.h135 const nsecs_t mThresholdForNextVsync; variable