Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
DErrorLog.h53 : mErrors(0)
73 ++mErrors; in log()
109 ss << prefix << "Errors: " << mErrors << "\n";
111 if (mErrors == 0 || lines <= headerLines) {
186 int64_t mErrors; // total number of errors registered variable
DTimestampVerifier.h184 ++mErrors; in error()
214 ss << " err=" << mErrors; // errors encountered. in toString()
236 constexpr int64_t getErrors() const { return mErrors; } in getErrors()
275 int64_t mErrors = 0; variable