Searched defs:knowles_sound_trigger_device (Results 1 – 1 of 1) sorted by relevance
140 struct knowles_sound_trigger_device { struct141 struct sound_trigger_hw_device device;142 struct model_info models[MAX_MODELS];143 sound_trigger_uuid_t authkw_model_uuid;144 pthread_t callback_thread;145 pthread_t monitor_thread;146 pthread_t transitions_thread;147 pthread_mutex_t lock;148 pthread_cond_t transition_cond;149 pthread_cond_t tunnel_create;[all …]