Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_control_rclient.c68 char *hotword_models; in handle_get_hotword_models() local
73 hotword_models = cras_iodev_list_get_hotword_models(node_id); in handle_get_hotword_models()
74 if (!hotword_models) in handle_get_hotword_models()
76 hotword_models_size = strlen(hotword_models); in handle_get_hotword_models()
78 free(hotword_models); in handle_get_hotword_models()
82 cras_fill_client_get_hotword_models_ready(msg, hotword_models, in handle_get_hotword_models()
85 free(hotword_models); in handle_get_hotword_models()
/external/adhd/cras/src/common/
Dcras_messages.h599 uint8_t hotword_models[CRAS_MAX_HOTWORD_MODELS + 1]; member
603 const char *hotword_models, size_t hotword_models_size) in cras_fill_client_get_hotword_models_ready() argument
609 if (hotword_models) { in cras_fill_client_get_hotword_models_ready()
610 strncpy((char *)m->hotword_models, hotword_models, in cras_fill_client_get_hotword_models_ready()
612 m->hotword_models[CRAS_MAX_HOTWORD_MODELS] = '\0'; in cras_fill_client_get_hotword_models_ready()
/external/adhd/cras/src/libcras/
Dcras_client.h158 const char *hotword_models);
Dcras_client.c1763 const char *hotword_models) in cras_client_get_hotword_models_ready() argument
1767 client->get_hotword_models_cb(client, hotword_models); in cras_client_get_hotword_models_ready()
1846 client, (const char *)cmsg->hotword_models); in handle_message_from_server()
/external/adhd/cras/src/tools/cras_test_client/
Dcras_test_client.c1627 const char *hotword_models) in hotword_models_cb() argument
1629 printf("Hotword models: %s\n", hotword_models); in hotword_models_cb()
/external/adhd/cras/client/cras-sys/src/
Dgen.rs4241 pub hotword_models: [u8; 244usize], field
4289 &(*(::std::ptr::null::<cras_client_get_hotword_models_ready>())).hotword_models in bindgen_test_layout_cras_client_get_hotword_models_ready()
4297 stringify!(hotword_models) in bindgen_test_layout_cras_client_get_hotword_models_ready()