Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DTimestampVerifier.h159 ++mTimestamps; in add()
213 ss << "n=" << mTimestamps; // number of timestamps added with valid times. in toString()
235 constexpr int64_t getN() const { return mTimestamps; } in getN()
274 int64_t mTimestamps = 0; variable