Home
last modified time | relevance | path

Searched refs:cras_hotword_handle (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/libcras/
Dcras_client.h62 struct cras_hotword_handle;
183 struct cras_hotword_handle *handle,
188 struct cras_hotword_handle *handle,
1093 struct cras_hotword_handle **handle_out);
1105 struct cras_hotword_handle *handle);
Dcras_client.c266 struct cras_hotword_handle { struct
3602 struct cras_hotword_handle *handle; in hotword_read_cb()
3604 handle = (struct cras_hotword_handle *)user_arg; in hotword_read_cb()
3616 struct cras_hotword_handle *handle; in hotword_err_cb()
3618 handle = (struct cras_hotword_handle *)user_arg; in hotword_err_cb()
3629 struct cras_hotword_handle **handle_out) in cras_client_enable_hotword_callback()
3631 struct cras_hotword_handle *handle; in cras_client_enable_hotword_callback()
3637 handle = (struct cras_hotword_handle *)calloc(1, sizeof(*handle)); in cras_client_enable_hotword_callback()
3684 struct cras_hotword_handle *handle) in cras_client_disable_hotword_callback()