Searched refs:hotword_models (Results 1 – 6 of 6) sorted by relevance
67 char *hotword_models; in handle_get_hotword_models() local72 hotword_models = cras_iodev_list_get_hotword_models(node_id); in handle_get_hotword_models()73 if (!hotword_models) in handle_get_hotword_models()75 hotword_models_size = strlen(hotword_models); in handle_get_hotword_models()77 free(hotword_models); in handle_get_hotword_models()81 cras_fill_client_get_hotword_models_ready(msg, hotword_models, in handle_get_hotword_models()84 free(hotword_models); in handle_get_hotword_models()
615 uint8_t hotword_models[CRAS_MAX_HOTWORD_MODELS + 1]; member619 const char *hotword_models, size_t hotword_models_size) in cras_fill_client_get_hotword_models_ready() argument625 if (hotword_models) { in cras_fill_client_get_hotword_models_ready()626 strncpy((char *)m->hotword_models, hotword_models, in cras_fill_client_get_hotword_models_ready()628 m->hotword_models[CRAS_MAX_HOTWORD_MODELS] = '\0'; in cras_fill_client_get_hotword_models_ready()
158 const char *hotword_models);
1653 const char *hotword_models) in cras_client_get_hotword_models_ready() argument1657 client->get_hotword_models_cb(client, hotword_models); in cras_client_get_hotword_models_ready()1736 client, (const char *)cmsg->hotword_models); in handle_message_from_server()
1383 const char *hotword_models) in hotword_models_cb() argument1385 printf("Hotword models: %s\n", hotword_models); in hotword_models_cb()
3971 pub hotword_models: [u8; 244usize], field4019 &(*(::std::ptr::null::<cras_client_get_hotword_models_ready>())).hotword_models in bindgen_test_layout_cras_client_get_hotword_models_ready()4027 stringify!(hotword_models) in bindgen_test_layout_cras_client_get_hotword_models_ready()