Home | History | Annotate | Download | only in src

Lines Matching refs:nsecs_t

1544     static nsecs_t mLastFpsTime = 0;
1547 nsecs_t now = systemTime();
1548 nsecs_t diff = now - mLastFpsTime;