Home
last modified time | relevance | path

Searched refs:mLastRecordedTimestampVerifierN (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.h763 int64_t mLastRecordedTimestampVerifierN = 0; variable
DThreads.cpp2039 const int64_t nstats = mTimestampVerifier.getN() - mLastRecordedTimestampVerifierN; in sendStatistics()
2052 mLastRecordedTimestampVerifierN = mTimestampVerifier.getN(); in sendStatistics()