Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_rclient.c174 char *hotword_models; in handle_get_hotword_models() local
179 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()
/external/adhd/cras/src/common/
Dcras_messages.h601 uint8_t hotword_models[CRAS_MAX_HOTWORD_MODELS]; member
605 const char *hotword_models, in cras_fill_client_get_hotword_models_ready() argument
611 memcpy(m->hotword_models, hotword_models, hotword_models_size); in cras_fill_client_get_hotword_models_ready()
/external/adhd/cras/src/libcras/
Dcras_client.h179 const char *hotword_models);
Dcras_client.c1692 const char *hotword_models) in cras_client_get_hotword_models_ready() argument
1696 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()
/external/adhd/cras/src/tests/
Dcras_test_client.c1082 const char *hotword_models) in hotword_models_cb() argument
1084 printf("Hotword models: %s\n", hotword_models); in hotword_models_cb()