Searched refs:isSetup (Results 1 – 4 of 4) sorted by relevance
188 ESR_ReturnCode(*isSetup)(struct SR_Recognizer_t* self, ESR_BOOL* isSetup); member598 SREC_RECOGNIZER_API ESR_ReturnCode SR_RecognizerIsSetup(SR_Recognizer* self, ESR_BOOL* isSetup);
390 SREC_RECOGNIZER_API ESR_ReturnCode SR_RecognizerIsSetupImpl(SR_Recognizer* self, ESR_BOOL* isSetup);
84 ESR_ReturnCode SR_RecognizerIsSetup(SR_Recognizer* self, ESR_BOOL* isSetup) in SR_RecognizerIsSetup() argument91 return self->isSetup(self, isSetup); in SR_RecognizerIsSetup()
636 impl->Interface.isSetup = &SR_RecognizerIsSetupImpl; in SR_RecognizerCreate()1351 ESR_ReturnCode SR_RecognizerIsSetupImpl(SR_Recognizer* self, ESR_BOOL* isSetup) in SR_RecognizerIsSetupImpl() argument1355 if (isSetup == NULL) in SR_RecognizerIsSetupImpl()1360 *isSetup = impl->models != NULL; in SR_RecognizerIsSetupImpl()