Lines Matching refs:stopTime
980 struct timespec stopTime;984 if ((mStartTime.tv_sec != 0) && (clock_gettime(CLOCK_MONOTONIC, &stopTime) == 0)) {985 time_t sec = stopTime.tv_sec - mStartTime.tv_sec;986 long nsec = stopTime.tv_nsec - mStartTime.tv_nsec;