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