Searched refs:SR_GrammarSetupVocabulary (Results 1 - 5 of 5) sorted by relevance

/external/srec/srec/Grammar/include/
H A DSR_Grammar.h385 SREC_GRAMMAR_API ESR_ReturnCode SR_GrammarSetupVocabulary(SR_Grammar *self, SR_Vocabulary *vocabulary);
/external/srec/srec/Grammar/src/
H A DSR_Grammar.c153 ESR_ReturnCode SR_GrammarSetupVocabulary(SR_Grammar *self, SR_Vocabulary *vocabulary) function
/external/srec/srec_jni/
H A Dandroid_speech_srec_Recognizer.cpp377 checkEsrError(env, SR_GrammarSetupVocabulary((SR_Grammar*)grammar, (SR_Vocabulary*)vocabulary));
588 {"SR_GrammarSetupVocabulary", "(II)V", (void*)Java_android_speech_srec_Recognizer_SR_1GrammarSetupVocabulary},
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c421 setup_status = SR_GrammarSetupVocabulary ( data->grammars [grammar_num].grammar, data->vocabulary );
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c419 setup_status = SR_GrammarSetupVocabulary ( data->grammars [grammar_num].grammar, data->vocabulary );

Completed in 157 milliseconds