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

  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 210 SR_GrammarCompile(mGrammar);
660 private static native void SR_GrammarCompile(long grammar);
  /external/srec/srec/Grammar/include/
SR_Grammar.h 310 SREC_GRAMMAR_API ESR_ReturnCode SR_GrammarCompile(SR_Grammar* self);
  /external/srec/srec/Grammar/src/
SR_Grammar.c 28 ESR_ReturnCode SR_GrammarCompile(SR_Grammar* self)
  /external/srec/srec_jni/
android_speech_srec_Recognizer.cpp 349 checkEsrError(env, SR_GrammarCompile((SR_Grammar*)grammar));
585 {"SR_GrammarCompile", "(J)V", (void*)Java_android_speech_srec_Recognizer_SR_1GrammarCompile},
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 865 esr_status = SR_GrammarCompile( active_grammar );
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 857 esr_status = SR_GrammarCompile( active_grammar );
    [all...]

Completed in 712 milliseconds