Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/modules/soundtrigger/
H A Dsound_trigger_hw.c207 while(last_model_context) { in fetch_model_with_handle()
208 if (last_model_context->model_handle == *model_handle) { in fetch_model_with_handle()
209 model_context = last_model_context; in fetch_model_with_handle()
212 last_model_context = last_model_context->next; in fetch_model_with_handle()
222 while(last_model_context) { in get_model_handle_with_uuid()
227 last_model_context = last_model_context->next; in get_model_handle_with_uuid()
479 if (!last_model_context) { in list_models()
483 while (last_model_context) { in list_models()
489 print_uuid(last_model_context->model_uuid); in list_models()
502 if (last_model_context->model_started) { in list_models()
[all …]