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.h150 ++mTimestamps; in add()
201 ss << "n=" << mTimestamps; // number of timestamps added with valid times. in toString()
223 constexpr int64_t getN() const { return mTimestamps; } in getN()
262 int64_t mTimestamps = 0; variable