Searched refs:mLastRecordedTimeNs (Results 1 – 2 of 2) sorted by relevance
764 int64_t mLastRecordedTimeNs = 0; // BOOTTIME to include suspend. variable
2047 const int64_t sinceNs = timeNs - mLastRecordedTimeNs; // ok if mLastRecordedTimeNs = 0 in sendStatistics()2053 mLastRecordedTimeNs = timeNs; in sendStatistics()