Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.cpp143 mTimeLast = getTime(); in timerInit()
144 mTimeFrame = mTimeLast; in timerInit()
145 mTimeLastFrame = mTimeLast; in timerInit()
148 mAverageFPSStartTime = mTimeLast; in timerInit()
169 uint64_t last = mTimeLast; in timerSet()
170 mTimeLast = getTime(); in timerSet()
171 mTimers[mTimerActive] += mTimeLast - last; in timerSet()
DrsContext.h304 uint64_t mTimeLast; variable