HomeSort by relevance Sort by last modified time
    Searched refs:resetAllSlots (Results 1 - 5 of 5) sorted by null

  /external/srec/srec/Grammar/include/
SR_Grammar.h 139 ESR_ReturnCode(*resetAllSlots)(struct SR_Grammar_t* self);
  /external/srec/srec/Grammar/src/
SR_Grammar.c 58 return self->resetAllSlots(self);
SR_GrammarImpl.c 55 impl->Interface.resetAllSlots = &SR_Grammar_ResetAllSlots;
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 63 * grammar.resetAllSlots();
189 public void resetAllSlots() {
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 149 if (false) Log.d(TAG, "start grammar.resetAllSlots");
150 mSrecGrammar.resetAllSlots();
    [all...]

Completed in 7947 milliseconds