Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_sampler.cpp54 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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_sampler.h105 bool modeUpdated_; variable