Home
last modified time | relevance | path

Searched refs:SR_GrammarResetAllSlots (Results 1 – 5 of 5) sorted by relevance

/external/srec/srec/Grammar/src/
DSR_Grammar.c51 ESR_ReturnCode SR_GrammarResetAllSlots(SR_Grammar* self) in SR_GrammarResetAllSlots() function
/external/srec/srec/Grammar/include/
DSR_Grammar.h347 SREC_GRAMMAR_API ESR_ReturnCode SR_GrammarResetAllSlots(SR_Grammar* self);
/external/srec/srec_jni/
Dandroid_speech_srec_Recognizer.cpp372 checkEsrError(env, SR_GrammarResetAllSlots((SR_Grammar*)grammar)); in Java_android_speech_srec_Recognizer_SR_1GrammarResetAllSlots()
/external/srec/srec/test/SRecTestAudio/src/
DSRecTestAudio.c769 esr_status = SR_GrammarResetAllSlots ( active_grammar ); in srec_test_reset_slots()
/external/srec/srec/test/SRecTest/src/
DSRecTest.c776 esr_status = SR_GrammarResetAllSlots ( active_grammar ); in srec_test_reset_slots()