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;
162 struct cras_hotword_handle *handle,
167 struct cras_hotword_handle *handle,
1105 struct cras_hotword_handle **handle_out);
1117 struct cras_hotword_handle *handle);
Dcras_client.c270 struct cras_hotword_handle { struct
3850 struct cras_hotword_handle *handle; in hotword_read_cb()
3852 handle = (struct cras_hotword_handle *)user_arg; in hotword_read_cb()
3862 struct cras_hotword_handle *handle; in hotword_err_cb()
3864 handle = (struct cras_hotword_handle *)user_arg; in hotword_err_cb()
3875 struct cras_hotword_handle **handle_out) in cras_client_enable_hotword_callback()
3877 struct cras_hotword_handle *handle; in cras_client_enable_hotword_callback()
3883 handle = (struct cras_hotword_handle *)calloc(1, sizeof(*handle)); in cras_client_enable_hotword_callback()
3925 struct cras_hotword_handle *handle) in cras_client_disable_hotword_callback()