Home
last modified time | relevance | path

Searched refs:OffsetsConfig (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DVSyncModulator.h56 struct OffsetsConfig { struct
61 bool operator==(const OffsetsConfig& other) const { argument
65 bool operator!=(const OffsetsConfig& other) const { return !(*this == other); }
69 ConnectionHandle sfConnectionHandle, const OffsetsConfig&);
71 void setPhaseOffsets(const OffsetsConfig&) EXCLUDES(mMutex);
109 OffsetsConfig mOffsetsConfig GUARDED_BY(mMutex);
DVSyncModulator.cpp37 const OffsetsConfig& config) in VSyncModulator()
47 void VSyncModulator::setPhaseOffsets(const OffsetsConfig& config) { in setPhaseOffsets()
DPhaseOffsets.h34 using Offsets = VSyncModulator::OffsetsConfig;
/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncModulatorTest.cpp63 VSyncModulator::OffsetsConfig mOffsets = {{SF_EARLY, APP_EARLY},