Lines Matching refs:mLastFPSTime
2338 mLastFPSTime = systemTime();3332 static nsecs_t mLastFpsTime = 0;3337 nsecs_t diff = now - mLastFpsTime;3339 mLastFpsTime = now;3808 nsecs_t diff = now - mLastFPSTime;3810 mLastFPSTime = now;