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

  /external/srec/srec/Recognizer/include/
SR_Recognizer.h 272 * @param hasSetupRules True if the Recognizer is configured for the Grammar
275 ESR_ReturnCode(*hasSetupRules)(struct SR_Recognizer_t* self, ESR_BOOL* hasSetupRules);
700 * @param hasSetupRules True if the Recognizer is configured for the Grammar
704 ESR_BOOL* hasSetupRules);
    [all...]
SR_RecognizerImpl.h 421 ESR_BOOL* hasSetupRules);
  /external/srec/srec/Recognizer/src/
Recognizer.c 169 ESR_BOOL* hasSetupRules)
176 return self->hasSetupRules(self, hasSetupRules);
RecognizerImpl.c 644 impl->Interface.hasSetupRules = &SR_RecognizerHasSetupRulesImpl;
    [all...]

Completed in 26 milliseconds