Lines Matching refs:mTimeNs

4684                 timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL],  in collectTimestamps_l()
4689 (long long)timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL], in collectTimestamps_l()
4694 timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] in collectTimestamps_l()
4695 = correctedTimestamp.mTimeNs; in collectTimestamps_l()
4697 (long long)timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL], in collectTimestamps_l()
4719 if (mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] >= 0) { in collectTimestamps_l()
4722 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL_LASTKERNELOK] = in collectTimestamps_l()
4723 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]; in collectTimestamps_l()
4727 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER_LASTKERNELOK] = in collectTimestamps_l()
4728 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER]; in collectTimestamps_l()
4731 if (timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] >= 0) { in collectTimestamps_l()
4741 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] = in collectTimestamps_l()
4742 timestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]; in collectTimestamps_l()
4765 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = mLastIoBeginNs == -1 in collectTimestamps_l()
4874 if (mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] <= 0) { in getTimestamp_l()
4878 const int64_t timeNs = mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]; in getTimestamp_l()
6692 const int64_t time = mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]; in processVolume_l()
8597 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = lastIoEndNs; in threadLoop()
8608 && time > mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL]) { in threadLoop()
8616 time = correctedTimestamp.mTimeNs; in threadLoop()
8622 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_KERNEL] = time; in threadLoop()
8885 mTimestamp.mTimeNs[ExtendedTimestamp::LOCATION_SERVER] = systemTime(); in inputStandBy()