Searched refs:mLastFpsTime (Results 1 – 3 of 3) sorted by relevance
432 static nsecs_t mLastFpsTime = 0; in debugShowFPS() local437 nsecs_t diff = now - mLastFpsTime; in debugShowFPS()439 mLastFpsTime = now; in debugShowFPS()
550 static nsecs_t mLastFpsTime = 0; in debugShowFPS() local555 nsecs_t diff = now - mLastFpsTime; in debugShowFPS()557 mLastFpsTime = now; in debugShowFPS()
2883 static nsecs_t mLastFpsTime = 0; in debugShowFPS() local2888 nsecs_t diff = now - mLastFpsTime; in debugShowFPS()2890 mLastFpsTime = now; in debugShowFPS()