Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DGlitchActivity.java90 private int mLastUnlockedFrames; field in GlitchActivity.GlitchSniffer
111 mLastUnlockedFrames = 0; in startSniffer()
130 mLastUnlockedFrames = getStateFrameCount(STATE_WAITING_FOR_LOCK); in run()
164 message.append(String.format("unlocked.frames = %d\n", mLastUnlockedFrames)); in getCurrentStatusReport()