Searched defs:knowles_sound_trigger_device (Results 1 – 1 of 1) sorted by relevance
130 struct knowles_sound_trigger_device { struct131 struct sound_trigger_hw_device device;132 struct model_info models[MAX_MODELS];133 sound_trigger_uuid_t authkw_model_uuid;134 pthread_t callback_thread;135 pthread_t monitor_thread;136 pthread_t transitions_thread;137 pthread_mutex_t lock;138 pthread_cond_t transition_cond;139 pthread_cond_t tunnel_create;[all …]