Searched refs:hotword_models (Results 1 – 5 of 5) sorted by relevance
174 char *hotword_models; in handle_get_hotword_models() local179 hotword_models = cras_iodev_list_get_hotword_models(node_id); in handle_get_hotword_models()180 if (!hotword_models) in handle_get_hotword_models()182 hotword_models_size = strlen(hotword_models); in handle_get_hotword_models()184 free(hotword_models); in handle_get_hotword_models()188 cras_fill_client_get_hotword_models_ready(msg, hotword_models, in handle_get_hotword_models()191 free(hotword_models); in handle_get_hotword_models()
601 uint8_t hotword_models[CRAS_MAX_HOTWORD_MODELS]; member605 const char *hotword_models, in cras_fill_client_get_hotword_models_ready() argument611 memcpy(m->hotword_models, hotword_models, hotword_models_size); in cras_fill_client_get_hotword_models_ready()
179 const char *hotword_models);
1692 const char *hotword_models) in cras_client_get_hotword_models_ready() argument1696 client->get_hotword_models_cb(client, hotword_models); in cras_client_get_hotword_models_ready()1768 (const char *)cmsg->hotword_models); in handle_message_from_server()
1082 const char *hotword_models) in hotword_models_cb() argument1084 printf("Hotword models: %s\n", hotword_models); in hotword_models_cb()