Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h696 int64_t mLastRecordedTimestampVerifierN = 0; variable
H A DThreads.cpp1900 const int64_t nstats = mTimestampVerifier.getN() - mLastRecordedTimestampVerifierN; in sendStatistics()
1913 mLastRecordedTimestampVerifierN = mTimestampVerifier.getN(); in sendStatistics()