Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DGlitchActivity.java91 private int mLastLockedFrames; field in GlitchActivity.GlitchSniffer
112 mLastLockedFrames = 0; in startSniffer()
138 } else if (lockedFrames > mLastLockedFrames) { in run()
152 mLastLockedFrames = lockedFrames; in run()
165 message.append(String.format("locked.frames = %d\n", mLastLockedFrames)); in getCurrentStatusReport()
169 if (mLastLockedFrames > 0) { in getCurrentStatusReport()
173 if (mLastLockedFrames > 0) { in getCurrentStatusReport()
188 resultText += ", #locked = " + mLastLockedFrames; in getShortReport()