Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsContext.cpp111 mTimeLast = getTime(); in timerInit()
112 mTimeFrame = mTimeLast; in timerInit()
113 mTimeLastFrame = mTimeLast; in timerInit()
116 mAverageFPSStartTime = mTimeLast; in timerInit()
137 uint64_t last = mTimeLast; in timerSet()
138 mTimeLast = getTime(); in timerSet()
139 mTimers[mTimerActive] += mTimeLast - last; in timerSet()
DrsContext.h265 uint64_t mTimeLast; variable