OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resetAllSlots
(Results
1 - 5
of
5
) sorted by null
/external/srec/srec/Grammar/include/
SR_Grammar.h
139
ESR_ReturnCode(*
resetAllSlots
)(struct SR_Grammar_t* self);
/external/srec/srec/Grammar/src/
SR_Grammar.c
58
return self->
resetAllSlots
(self);
SR_GrammarImpl.c
55
impl->Interface.
resetAllSlots
= &SR_Grammar_ResetAllSlots;
/frameworks/base/core/java/android/speech/srec/
Recognizer.java
66
* grammar.
resetAllSlots
();
192
public void
resetAllSlots
() {
/packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java
151
if (Config.LOGD) Log.d(TAG, "start grammar.
resetAllSlots
");
152
mSrecGrammar.
resetAllSlots
();
[
all
...]
Completed in 139 milliseconds