Home
last modified time | relevance | path

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

/hardware/libhardware/modules/soundtrigger/
Dsound_trigger_hw.c119 struct recognition_context *root_model_context; member
206 struct recognition_context *last_model_context = stdev->root_model_context; in fetch_model_with_handle()
221 struct recognition_context *last_model_context = stdev->root_model_context; in get_model_handle_with_uuid()
382 if (stdev->root_model_context) { in recognition_callback_exists()
383 struct recognition_context *current_model_context = stdev->root_model_context; in recognition_callback_exists()
398 if (stdev->root_model_context) { in get_model_context()
399 struct recognition_context *current_model_context = stdev->root_model_context; in get_model_context()
476 struct recognition_context *last_model_context = stdev->root_model_context; in list_models()
636 if (stdev->root_model_context) { in stdev_load_sound_model()
638 struct recognition_context *current_model_context = stdev->root_model_context; in stdev_load_sound_model()
[all …]