OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SR_RecognizerCheckGrammarConsistency
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/speech/srec/
Recognizer.java
631
private static native boolean
SR_RecognizerCheckGrammarConsistency
(int recognizer,
/external/srec/srec/Recognizer/include/
SR_Recognizer.h
580
* @see
SR_RecognizerCheckGrammarConsistency
763
SREC_RECOGNIZER_API ESR_ReturnCode
SR_RecognizerCheckGrammarConsistency
(SR_Recognizer* self,
[
all
...]
/external/srec/srec/Recognizer/src/
Recognizer.c
222
ESR_ReturnCode
SR_RecognizerCheckGrammarConsistency
(SR_Recognizer* self, SR_Grammar* grammar,
/external/srec/srec_jni/
android_speech_srec_Recognizer.cpp
235
checkEsrError(env,
SR_RecognizerCheckGrammarConsistency
((SR_Recognizer*)recognizer, (SR_Grammar*)grammar, &rtn));
571
{"
SR_RecognizerCheckGrammarConsistency
", "(II)Z", (void*)Java_android_speech_srec_Recognizer_SR_1RecognizerCheckGrammarConsistency},
Completed in 633 milliseconds