Home | History | Annotate | Download | only in voicedialer

Lines Matching refs:mSrec

75     protected Recognizer mSrec;
136 if (mSrec == null) {
141 mSrec = new Recognizer(parFilePath);
164 if (false) Log.d(TAG, "start mSrec.start");
165 mSrec.start();
171 int event = mSrec.advance();
188 mSrec.putAudio(mic);
208 if (false) Log.d(TAG, "start mSrec.stop");
209 if (mSrec != null && recognizerStarted) mSrec.stop();