Searched refs:setBoolParameter (Results 1 – 3 of 3) sorted by relevance
253 ESR_ReturnCode(*setBoolParameter)(struct SR_Recognizer_t* self, const LCHAR* key, ESR_BOOL value); member
154 return self->setBoolParameter(self, name, value); in SR_RecognizerSetBoolParameter()
642 impl->Interface.setBoolParameter = &SR_RecognizerSetBoolParameterImpl; in SR_RecognizerCreate()