Home
last modified time | relevance | path

Searched refs:isSetup (Results 1 – 4 of 4) sorted by relevance

/external/srec/srec/Recognizer/include/
DSR_Recognizer.h188 ESR_ReturnCode(*isSetup)(struct SR_Recognizer_t* self, ESR_BOOL* isSetup); member
598 SREC_RECOGNIZER_API ESR_ReturnCode SR_RecognizerIsSetup(SR_Recognizer* self, ESR_BOOL* isSetup);
DSR_RecognizerImpl.h390 SREC_RECOGNIZER_API ESR_ReturnCode SR_RecognizerIsSetupImpl(SR_Recognizer* self, ESR_BOOL* isSetup);
/external/srec/srec/Recognizer/src/
DRecognizer.c84 ESR_ReturnCode SR_RecognizerIsSetup(SR_Recognizer* self, ESR_BOOL* isSetup) in SR_RecognizerIsSetup() argument
91 return self->isSetup(self, isSetup); in SR_RecognizerIsSetup()
DRecognizerImpl.c636 impl->Interface.isSetup = &SR_RecognizerIsSetupImpl; in SR_RecognizerCreate()
1351 ESR_ReturnCode SR_RecognizerIsSetupImpl(SR_Recognizer* self, ESR_BOOL* isSetup) in SR_RecognizerIsSetupImpl() argument
1355 if (isSetup == NULL) in SR_RecognizerIsSetupImpl()
1360 *isSetup = impl->models != NULL; in SR_RecognizerIsSetupImpl()