Home | History | Annotate | Download | only in voicedialer

Lines Matching refs:START

250             // we're not using bluetooth apparently, just start listening.
362 // we now have SCO connection and TTS, so we can start.
390 // we can't start recognizing until we get connected to the BluetoothHeadset
402 // before we can start listening.
410 // we're not using bluetooth apparently, just start listening.
473 // we now have SCO connection and TTS, so we can start.
514 // Normally, the we will start listening after the
525 // we are not using tts, so we just start listening again.
564 // We will not start listening until the utterance
630 private static final int START = 0; // beep detection start
631 private static final int RISING = 1; // beep rising edge start
647 int state = START; // detection state
677 case START:
681 if (false) Log.d(TAG, "start RISING: " + count +" time: "+ (((1000*count)/2)/mSampleRate));
686 // energy fell back below half of previous, back to start
687 if (false) Log.d(TAG, "back to START: " + count +" time: "+ (((1000*count)/2)/mSampleRate));
689 state = START;
691 // Start of constant energy
692 if (false) Log.d(TAG, "start TOP: " + count +" time: "+ (((1000*count)/2)/mSampleRate));
1022 mRecognizerThread.start();
1037 mRecognizerThread.start();