Home
last modified time | relevance | path

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

/hardware/libhardware/modules/soundtrigger/
Dsound_trigger_hw.c383 struct recognition_context *current_model_context = stdev->root_model_context; in recognition_callback_exists() local
384 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() local
400 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 …]