Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DPhaseOffsets.cpp35 int64_t sfVsyncPhaseOffsetNs = vsync_sf_event_phase_offset_ns(1000000); in PhaseOffsets() local
79 earlySfOffsetNs != -1 ? earlySfOffsetNs : sfVsyncPhaseOffsetNs, in PhaseOffsets()
82 earlyGlSfOffsetNs != -1 ? earlyGlSfOffsetNs : sfVsyncPhaseOffsetNs, in PhaseOffsets()
84 defaultOffsets.late = {RefreshRateType::DEFAULT, sfVsyncPhaseOffsetNs, vsyncPhaseOffsetNs}; in PhaseOffsets()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h201 static int64_t sfVsyncPhaseOffsetNs; variable