Searched refs:modeUpdated_ (Results 1 – 2 of 2) sorted by relevance
54 modeUpdated_(false) in VSyncSampler()67 modeUpdated_ = false; in Reset()99 modeUpdated_ = false; in BeginSample()158 bool shouldDisableScreenVsync = modeUpdated_ && (error_ < ERROR_THRESHOLD / 2); in AddSample()229 modeUpdated_ = true; in UpdateModeLocked()238 if (!modeUpdated_ || (period_ <= 0)) { in UpdateErrorLocked()285 return !modeUpdated_ || error_ > ERROR_THRESHOLD; in AddPresentFenceTime()340 if (!modeUpdated_ && pendingPeriod_ != 0) { in GetHardwarePeriod()363 result += "\nmodeUpdated:" + std::to_string(modeUpdated_); in Dump()
105 bool modeUpdated_; variable