Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
DSoftVsyncObserver.cpp29 mRefreshPeriod(0), in SoftVsyncObserver()
99 mRefreshPeriod = nsecs_t(1e9 / mRefreshRate); in control()
100 mNextFakeVSync = systemTime(CLOCK_MONOTONIC) + mRefreshPeriod; in control()
121 const nsecs_t period = mRefreshPeriod; in threadLoop()
DSoftVsyncObserver.h42 nsecs_t mRefreshPeriod; variable
/hardware/intel/img/hwcomposer/merrifield/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