Searched defs:current_model_context (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/modules/soundtrigger/
H A Dsound_trigger_hw.c383 struct recognition_context *current_model_context = stdev->root_model_context; local
384 while(current_model_context) {
385 if (current_model_context->recognition_callback != NULL) {
389 current_model_context = current_model_context->next;
399 struct recognition_context *current_model_context = stdev->root_model_context; local
400 while(current_model_context) {
401 if (current_model_context->model_handle == handle) {
402 model_context = current_model_context;
405 current_model_context
638 struct recognition_context *current_model_context = stdev->root_model_context; local
703 struct recognition_context *current_model_context = stdev->root_model_context; local
[all...]

Completed in 139 milliseconds