Searched defs:VsyncError (Results 1 – 1 of 1) sorted by relevance
254 struct VsyncError { in isVSyncInPhase() struct255 nsecs_t vsyncTimestamp; in isVSyncInPhase()256 float error; in isVSyncInPhase()258 bool operator<(const VsyncError& other) const { return error < other.error; } in isVSyncInPhase()