Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncPredictor.cpp254 struct VsyncError { in isVSyncInPhase() struct
258 bool operator<(const VsyncError& other) const { return error < other.error; } in isVSyncInPhase() argument
285 std::vector<VsyncError> vsyncs(static_cast<size_t>(divider)); in isVSyncInPhase()