Searched refs:mRefreshPeriod (Results 1 – 2 of 2) sorted by relevance
33 mRefreshPeriod(0), in SoftVsyncObserver()103 mRefreshPeriod = nsecs_t(1e9 / mRefreshRate); in control()104 mNextFakeVSync = systemTime(CLOCK_MONOTONIC) + mRefreshPeriod; in control()125 const nsecs_t period = mRefreshPeriod; in threadLoop()
42 nsecs_t mRefreshPeriod; variable