Home | History | Annotate | Download | only in src

Lines Matching refs:nsecs_t

678     static nsecs_t mLastFpsTime = 0;
681 nsecs_t now = systemTime();
682 nsecs_t diff = now - mLastFpsTime;