Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.cpp128 mTimeLast = getTime(); in timerInit()
129 mTimeFrame = mTimeLast; in timerInit()
130 mTimeLastFrame = mTimeLast; in timerInit()
133 mAverageFPSStartTime = mTimeLast; in timerInit()
154 uint64_t last = mTimeLast; in timerSet()
155 mTimeLast = getTime(); in timerSet()
156 mTimers[mTimerActive] += mTimeLast - last; in timerSet()
DrsContext.h364 uint64_t mTimeLast; variable