Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
DSoftVsyncObserver.cpp32 mNextFakeVSync(0), in SoftVsyncObserver()
100 mNextFakeVSync = systemTime(CLOCK_MONOTONIC) + mRefreshPeriod; in control()
123 nsecs_t next_vsync = mNextFakeVSync; in threadLoop()
130 mNextFakeVSync = next_vsync + period; in threadLoop()
DSoftVsyncObserver.h45 mutable nsecs_t mNextFakeVSync; variable
/hardware/intel/img/hwcomposer/merrifield/common/observers/
DSoftVsyncObserver.cpp36 mNextFakeVSync(0), in SoftVsyncObserver()
104 mNextFakeVSync = systemTime(CLOCK_MONOTONIC) + mRefreshPeriod; in control()
127 nsecs_t next_vsync = mNextFakeVSync; in threadLoop()
134 mNextFakeVSync = next_vsync + period; in threadLoop()
DSoftVsyncObserver.h45 mutable nsecs_t mNextFakeVSync; variable