Searched refs:STATE_DONE (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libaaudio/examples/loopback/src/
H A DLoopbackAnalyzer.h461 return mState == STATE_DONE ? 0 : -1;
465 return mState == STATE_DONE || mState == STATE_FAILED;
617 nextState = STATE_DONE;
618 //printf("%5d: switch to STATE_DONE\n", mLoopCounter);
622 case STATE_DONE:
647 STATE_DONE, enumerator in enum:EchoAnalyzer::echo_state_t
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java71 static final int STATE_DONE = 7; field in class:MainInteractionSession
115 mState = STATE_DONE;
243 } else if (mState == STATE_DONE) {

Completed in 71 milliseconds