Searched refs:mStartedNs (Results 1 – 2 of 2) sorted by relevance
823 mStartedNs(0), mDurationNs(0), mCount(0), in MediaMetrics()836 void logStart(nsecs_t when) { mStartedNs = when; mCount++; } in logStart()837 void logStop(nsecs_t when) { mDurationNs += (when-mStartedNs); mStartedNs = 0;} in logStop()843 nsecs_t mStartedNs; variable
103 if (mStartedNs != 0) { in gather()104 activeNs = systemTime() - mStartedNs; in gather()