HomeSort by relevance Sort by last modified time
    Searched refs:active_hotword_model (Results 1 - 4 of 4) sorted by null

  /external/adhd/cras/src/common/
cras_iodev_info.h 47 * active_hotword_model - name of the currently selected hotword model.
64 char active_hotword_model[CRAS_NODE_HOTWORD_MODEL_BUFFER_SIZE]; member in struct:cras_ionode_info
  /external/adhd/cras/src/server/
cras_iodev.h 64 * active_hotword_model - name of the currently selected hotword model.
86 char active_hotword_model[CRAS_NODE_HOTWORD_MODEL_BUFFER_SIZE]; member in struct:cras_ionode
cras_iodev_list.c 248 strcpy(node_info->active_hotword_model,
249 node->active_hotword_model);
1055 strncpy(dev->active_node->active_hotword_model, model_name,
1056 sizeof(dev->active_node->active_hotword_model) - 1);
  /external/adhd/cras/src/tests/
cras_test_client.c 300 nodes[i].active_hotword_model,
    [all...]

Completed in 78 milliseconds