Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DVsyncThread.cpp104 HWC3::Error VsyncThread::scheduleVsyncUpdate(int32_t newVsyncPeriod, in scheduleVsyncUpdate() argument
110 update.period = Nanoseconds(newVsyncPeriod); in scheduleVsyncUpdate()
DVsyncThread.h52 int32_t newVsyncPeriod, const VsyncPeriodChangeConstraints& newVsyncPeriodChangeConstraints,
DDisplay.cpp145 int32_t newVsyncPeriod = HertzToPeriodNanos(refreshRateHz); in updateParameters() local
146 if (oldVsyncPeriod != newVsyncPeriod) { in updateParameters()
147 config.setAttribute(DisplayAttribute::VSYNC_PERIOD, newVsyncPeriod); in updateParameters()
156 mVsyncThread.scheduleVsyncUpdate(newVsyncPeriod, constraints, &timeline); in updateParameters()