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

  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 190 SR_GrammarResetAllSlots(mGrammar);
663 private static native void SR_GrammarResetAllSlots(long grammar);
  /external/srec/srec/Grammar/include/
SR_Grammar.h 347 SREC_GRAMMAR_API ESR_ReturnCode SR_GrammarResetAllSlots(SR_Grammar* self);
  /external/srec/srec/Grammar/src/
SR_Grammar.c 51 ESR_ReturnCode SR_GrammarResetAllSlots(SR_Grammar* self)
  /external/srec/srec_jni/
android_speech_srec_Recognizer.cpp 372 checkEsrError(env, SR_GrammarResetAllSlots((SR_Grammar*)grammar));
587 {"SR_GrammarResetAllSlots", "(J)V", (void*)Java_android_speech_srec_Recognizer_SR_1GrammarResetAllSlots},
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 776 esr_status = SR_GrammarResetAllSlots ( active_grammar );
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 769 esr_status = SR_GrammarResetAllSlots ( active_grammar );
    [all...]

Completed in 212 milliseconds