Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/common/observers/
DSoftVsyncObserver.cpp33 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()
DSoftVsyncObserver.h42 nsecs_t mRefreshPeriod; variable