Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.h591 int64_t mLastRecordedTimestampVerifierN = 0; variable
DThreads.cpp1733 const int64_t nstats = mTimestampVerifier.getN() - mLastRecordedTimestampVerifierN; in sendStatistics()
1746 mLastRecordedTimestampVerifierN = mTimestampVerifier.getN(); in sendStatistics()