Searched refs:current_model_context (Results 1 – 1 of 1) sorted by relevance
383 struct recognition_context *current_model_context = stdev->root_model_context; in recognition_callback_exists() local384 while(current_model_context) { in recognition_callback_exists()385 if (current_model_context->recognition_callback != NULL) { in recognition_callback_exists()389 current_model_context = current_model_context->next; in recognition_callback_exists()399 struct recognition_context *current_model_context = stdev->root_model_context; in get_model_context() local400 while(current_model_context) { in get_model_context()401 if (current_model_context->model_handle == handle) { in get_model_context()402 model_context = current_model_context; in get_model_context()405 current_model_context = current_model_context->next; in get_model_context()638 struct recognition_context *current_model_context = stdev->root_model_context; in stdev_load_sound_model() local[all …]