Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DGlitchAnalyzer.h160 mState = STATE_WAITING_FOR_LOCK; in processInputFrame()
166 case STATE_WAITING_FOR_LOCK: in processInputFrame()
290 mState = STATE_WAITING_FOR_LOCK; in relock()
320 STATE_WAITING_FOR_LOCK, // trying to lock onto the phase of the sine enumerator
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DGlitchActivity.java40 final static int STATE_WAITING_FOR_LOCK = 3; field in GlitchActivity
71 case STATE_WAITING_FOR_LOCK: in stateToString()
130 mLastUnlockedFrames = getStateFrameCount(STATE_WAITING_FOR_LOCK); in run()