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

  /external/srec/srec/Grammar/include/
SR_Grammar.h 424 SREC_GRAMMAR_API ESR_ReturnCode SR_GrammarCreate(SR_Grammar** self);
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 674 private static native int SR_GrammarCreate();
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 115 ESR_ReturnCode SR_GrammarCreate(SR_Grammar** self)
  /external/srec/srec_jni/
android_speech_srec_Recognizer.cpp 393 checkEsrError(env, SR_GrammarCreate(&grammar));
591 {"SR_GrammarCreate", "()I", (void*)Java_android_speech_srec_Recognizer_SR_1GrammarCreate},

Completed in 3856 milliseconds