Home
last modified time | relevance | path

Searched refs:getOffsetThresholdForNextVsync (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DPhaseOffsets.h49 virtual nsecs_t getOffsetThresholdForNextVsync() const = 0;
76 nsecs_t getOffsetThresholdForNextVsync() const override { return mOffsetThresholdForNextVsync; } in getOffsetThresholdForNextVsync() function
/frameworks/native/services/surfaceflinger/tests/unittests/
DFakePhaseOffsets.h52 nsecs_t getOffsetThresholdForNextVsync() const override { return FAKE_PHASE_OFFSET_NS; } in getOffsetThresholdForNextVsync() function
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1638 mVsyncModulator.getOffsets().sf < mPhaseOffsets->getOffsetThresholdForNextVsync() in previousFrameMissed()