Searched refs:newVsyncPeriod (Results 1 – 3 of 3) sorted by relevance
104 HWC3::Error VsyncThread::scheduleVsyncUpdate(int32_t newVsyncPeriod, in scheduleVsyncUpdate() argument110 update.period = Nanoseconds(newVsyncPeriod); in scheduleVsyncUpdate()
52 int32_t newVsyncPeriod, const VsyncPeriodChangeConstraints& newVsyncPeriodChangeConstraints,
145 int32_t newVsyncPeriod = HertzToPeriodNanos(refreshRateHz); in updateParameters() local146 if (oldVsyncPeriod != newVsyncPeriod) { in updateParameters()147 config.setAttribute(DisplayAttribute::VSYNC_PERIOD, newVsyncPeriod); in updateParameters()156 mVsyncThread.scheduleVsyncUpdate(newVsyncPeriod, constraints, &timeline); in updateParameters()